Skip to content

splitText

MicroBlaster edited this page Feb 9, 2023 · 2 revisions

Purpose: Splits a string into an array of words.

Syntax: splitText text varArray {delims}

text: A variable containing the text to be split.

varArray: An array to contain the split strings.

delims: Delimiters used to split string. Space and Tab will be used if omitted.

Notes:

Example:

Clone this wiki locally