1D String Array to Delimited String VI
- Updated2025-07-30
- 2 minute(s) read
Converts the elements of a one-dimensional string array to a single string with input array elements separated by a delimiting character.

Inputs/Outputs
string array
—
string array specifies the one-dimensional array of strings on which the node operates.
delimiter
—
delimiter specifies the character that separates substrings in a delimited string. The default is \t, which specifies a single tab character.
delimited string
—
delimited string returns a string of concatenated array elements separated by the delimiter you specify. |
string array
—
delimiter
—
delimited string
—