GetToken-func
Returns the nth token where a token is separated by the delimiter specified by chDelimiter.
string GetToken( string str$, int n, char chDelimiter )$
str
n
chDelimiter
Return the extracted string token.
strOut$=GetToken("sss|abc|def|abc|xyz|abc", 3,"|")$