Hi all,

I was just messing about with /tokenize and have a few queries

Code:
//tokenize 32 this is a string | echo -a $*


This will echo each word, but for some reason I cannot enclose $* in an other mIRC identifiers.

i.e. using $upper

Code:
//tokenize 32 this is a string | echo -a $upper($*)


it will echo each word, but ignore the $upper identifier.

Many thanks to all replies.


Newbie