Project

General

Profile

Actions

$numtok » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 08/10/2015 05:48 AM


Added in 1.9.0

$numtok(text,C)

Returns number of tokens in text.

Parameters

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)

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT