BLANKCONCAT
This activity concatenates one or more strings, removing trailing blanks and inserting a single blank between each input string. At least two and up to 9 input strings may be specified, either as literals or variables or a mixture of both.
INPUT Parameters:
STRINGIN1 : Required
This parameter specifies the first string to be trimmed and concatenated.
STRINGIN2 : Required
This parameter specifies the second string to be trimmed and concatenated.
STRINGIN3STRINGIN4
STRINGIN5
STRINGIN6
STRINGIN7
STRINGIN8
STRINGIN9 : Optional
These parameters may be used to specify further strings to be blank concatenated. If used, they must be specified contiguously (the activity stops looking after the first parameter whose value is not specified).
OUTPUT Parameters:
STRINGOUT :
Upon completion, this parameter will contain the blank concatenated string.