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


icon

Inputs/Outputs

  • c1dstr.png string array

    string array specifies the one-dimensional array of strings on which the node operates.

  • cstr.png delimiter

    delimiter specifies the character that separates substrings in a delimited string. The default is \t, which specifies a single tab character.

  • istr.png delimited string

    delimited string returns a string of concatenated array elements separated by the delimiter you specify.