There's a few problems with that:

Code:
tokenize.? 32 1 2 3
echo -a $?1 $?2 $?3


Code:
tokenize.! 32 1 2 3
echo -a $!1 $!2 $!3


Code:
tokenize.v 32 1 2
echo -a $v1 $v2


Code:
tokenize.1 32 1 2
echo -a $11 $12


etc

I'm sure you know what the problems are. smile


New username: hixxy