Quote:
range of $-999() / $999() ?? "

the hell? you DO realize those are already tokens anyway, right? THOSE ALREADY EXIST.


I disagree, i doubt $999 exists i doubt it very much. Proof i ask for!
PS: consider first that you cant execute a command over 950 (or so) characters

And on this $N() etc I think your just being a bit lazy, the whole idea is to reduce the need to type "gettok" and "," and ",32" I mean omg come on!

But if u insist, here it is with one simple alias added, two extra characters "_" and "," and the "(" typed a bit earlier.

alias _ return $gettok($2,$1,32)

$_(1,text goes here) will return text
$_(2-3,testing token scripting methods) will return token scripting.
$_(-1,well then) will return then
$_(1-,bunch of text goes here) will return bunch of text goes here

* Personally i find these pointless as $gettok is only one of several token identifiers, what if u want all the tokens except for 5 ? $_(1-4,<text>) $_(6-,<text>) OR a MUCH SIMPLIER $deltok(<text>,5,32) next you well want a shorter deltok!