tokenize()#
Syntax
tokenize( string, variables )
Returns#
Returns the number of tokens assigned.
Parameters#
| Parameter | Description |
|---|---|
string |
The input string to tokenize on whitespace. |
variables |
Comma-separated list of variable names to receive the tokens. |