well i like this suggestion though i think to keep it easy on the mIRC parser maybe khaled should limit it to like a couple of differnt ones like hteres the standard $1 $2 $3... etc and maybe like a tokenize.a tokenize.b since i cant imagine when youd need to tokneize more than like 2 things simultanously so you could have $1 $2 $3 like $1.a $2.a $3.a $1.b $2.b $3.b

A simple code example being
var %string = Somethign Neat O
var %stringa = Another neat thing
var %stringb = Something Else cool
tokenize 32 %string
tokenize.a 32 %stringa
tokenize.b 32 %stringb
$1- = somethign neat o
$1.a- = Another neat thing
$1.b = Something Else

PS if you didnt ntoice id like to see it as a "property" of $1 instead of something like $a1 or $a.1 just seems like it should be that way since it would be easier to parse. Either that or like
tokenize 32 completely neato
tokenize -a 32 something awsome
tokenize -b 32 something else awsome

then again i suppose you could replace -a with anything and get away with it dont really see a need to though

Last edited by bamaboy1217; 24/03/05 04:36 AM.

hmmm signed by me