_Added in 1.9.0_ *$numtok(text,C)* Returns number of tokens in text. *Parameters* text - The text to tokenize. C - The "ASCII":http://www.asciitable.com/ value to tokenize by. *Example*
; Print number of tokens in text
//echo -ag $numtok(a.b.c.d.e, 46)