BASIC JOIN and SPLIT statements. - fvdhoef/aquarius-plus GitHub Wiki
JOIN
TYPE: plusBASIC string statement
FORMAT: JOIN * string_array INTO string_variable DEL delimiter
Action: Creates a delimited string containing the elements of a string array.
SPLIT
TYPE: plusBASIC string statement
FORMAT: SPLIT string$ INTO *array$ DEL delimiter
Action: Populates a string array with the contents of a delimited string.