Concatenate Strings

Combines two or more strings into one string.

 

Input Arguments

 

0

String Ref List

Input Strings

The source strings to combine together

 

Return Arguments

 

1

String

Resultant String

The resulting concatenated string.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

An empty item added to the string reference list will result in a newline. This allows you to put following text on the next line.