1D String Array to Delimited String VI

Owning Palette: Additional String VIs and Functions

Requires: Base Development System

Converts the elements of a one-dimensional string array to a single string with input array elements separated by a delimiting character.

 Add to the block diagram  Find on the palette
string array specifies the one-dimensional array of strings on which the node operates.
delimiter specifies the character that separates substrings in a delimited string. The default is \t, which specifies a single tab character.
delimited string returns a string of concatenated array elements separated by the delimiter you specify.