|
Split Text
Splits the text and stores the sub-strings into an array.
Parameters
-
Text Specifies the text to be split.
-
Separator character Specifies the character to be used to delimit the sub-string in the text.
-
Populate array with sub-strings Specifies the name of the variable/array, the variable will be redefined to fit the split result automatically.
-
Populate variable with amount of sub-strings Specifies the name of the variable to store the amount of the sub-strings. It also to be the size of the array.
Notes
|