Code:
tokenize delimiter, string
<command> $*

e.g.
Code:
tokenize 32 this is a string
echo -a $*

would echo:
this
is
a
string

I don't have mIRC open, so my syntax on tokenize may be slightly wrong - check the help file.

Cheers,

DK