Project

General

Profile

Actions

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)

Updated by Per Amundsen about 1 year ago · 2 revisions

Also available in: PDF HTML TXT