Skip to content

TOKENIZE

Brain edited this page May 1, 2023 · 1 revision

TOKENIZE$

TOKENIZE$(string-variable, string-expression)

Searches for the first occurance of the string-expression value within the value of the string-variable given, splitting the value at that point and returning the portion of the string before the split, changing the string to become the content that came after the split. For example:

image

The string-expression is not limited to one character, if a multiple character string value is specified, this will be the whole separator.

Clone this wiki locally