Project

General

Profile

Actions

$token » History » Revision 1

Revision 1/3 | Next »
Per Amundsen, 08/10/2015 06:19 AM


Added in 1.9.1

$token(text,N,C)

Returns the Nth token in text.

Same as $gettok.

Parameters

text - The text to tokenize.
N - The Nth token to get.
C - The ASCII value to tokenize by.

Example

; Print the 3rd token in 'a.b.c.d.e'
//echo -ag $token(a.b.c.d.e,3,46)

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT