'Concatenate' operator

The Concatenate operator combines any number of values (for example, strings and numbers, etc.) into one string. If an input value is empty it is ignored and the new string is combined from the remaining strings. The order of input data determines the order in which the new string is combined.

'Concatenate' operator

The result of the Concatenate operator in the graphic is the string ababc.