The Concatenate function joins all parameter strings
into a single result in the order you specify the parameters.
Parameters: string1, string2, [string3-string1000]
Each
parameter can be a source node, the result of another function, or
a value that you specify. The order of the parameters determines the
order in which the parameters are joined (that is, the first parameter
displays as left-most in the resulting string).
Note: You must
specify at least two parameters in order for the function to be valid.
While configuring the properties of the Concatenate function
in the Function Properties dialog box, you cannot
click Delete for the top two parameters in
the list. (The Delete button is not active
for the top two parameters.) You can only click Delete,
if there are more than two parameters in the list and only for the
parameters at the bottom of the list. To delete a parameter from the
top two positions of the list, first move the parameter down the list
clicking Down and then click Delete.
Returns: string
The
joined strings.