Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | String Folder | Summary of Elements in this Folder | pub.string:makeString
 
pub.string:makeString
WmPublic. Builds a single string by concatenating the elements of a String List.
Input Parameters
elementList
String List Strings to concatenate.
separator
String String to insert between each non-null element in elementList.
Output Parameters
value
String Result from concatenating the strings in elementList. Strings are separated by the characters specified in separator.