Added in 1.9.0

$numtok(text,C)

Returns number of tokens in text.

Parameters

Parameter Description
text The text to tokenize.
C The ASCII value to tokenize by.

Example

; Print number of tokens in text
//echo -ag $numtok(a.b.c.d.e, 46)