EXPLODE / SPLIT (Ver. 6.0.02)

EXPLODE or SPLIT import data

Usage:

sz=SPLIT(array, string, delimiter)

array is the array that the data will be placed into

string is the data to split

delimiter is the sequence of characters to split on

NOTE: The array being used must have the size defined for its elements and cannot be an alias.