Originally Posted By: Help file (/help $gettok)
$gettok(text,N,C)
Returns the Nth token in text.
The C parameter is the ascii value of the character separating the tokens.


$gettok(a.b.c.d.e,3,46) returns c
$gettok(a.b.c.d.e,9,46) returns $null
...