Make a String From A String Ref List

Outputs a concatenated string from a string reference list.

 

Input Arguments

 

0

String Ref List

String List

The list of strings to combine into a single string.

 

Return Arguments

 

1

String

Resultant String

The resulting concatenateds string.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.