Delimited String to 1D String Array VI

Owning Palette: Additional String VIs and Functions

Requires: Base Development System

Converts substrings in a delimited string to the elements of a one-dimensional string array.

 Add to the block diagram  Find on the palette
delimited string specifies the string with a delimiting character between substrings.
delimiter specifies the character that separates substrings in a delimited string. The default is \t, which specifies a single tab character.
string array returns an array of strings constructed from delimited string.