|
Returns the specified token in a string. Default delimiters are spaces, tabs, and newline characters. If index is greater than the number of tokens in string, GetToken returns an empty string.
See also Left, Right, Mid, SpanExcluding, and SpanIncluding.
|
|
|
GetToken(string, index [, delimiters ])
string
Any string.
index
Any integer > 0 that indicates position of a token.
delimiters
String containing sets of delimiters.
|
|