User Tools

Site Tools


SPLIT

Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING Branch


SPLIT creates a LIST from a text string by splitting it up into a list of values.

The locations where the string is split are determined by a specified separator found within the string.

SPLIT
Optional Parameters:
Value:Text string to be split up into a list, DOR allowed
Separator:Separator character(s) used to determine split locations (e.g. / or ,)
Optional Parameters:
Delimiter:Character to act as delimiter in DOR in Value: (default→%)

Tip: SPLIT is useful for creating a list from the value of a CHOICE LIST object that allows multiple selections since the multiple selections are stored comma- separated in a single text string.