String Concatenate Functoid
Use the String Concatenate functoid ( ) to concatenate the specified strings, in the order given.
Input
Parameter 1: A string.
Parameter 2 – 100: Additional strings, to be concatenated with the first string in the order specified.
Output
Output 1: A string that contains the specified strings, concatenated in the order specified.
Remarks
The order in which the input strings are specified is significant; the strings are concatenated in this order.
See Also
String Functoids Reference
String Functoids
How to Add Basic Functoids to a Map