[Rudeness removed by author], but the two tokenize
commands in his examples are identical. I (and obviously
ClickHeRe) think he intended for a couple of spaces, or a
null token
to be in his examples that are not. All he did
was remove the 2 and shift the 3 in the expected result
of his second example.

Quote:

//tokenize 44 1,2,3 | echo -a $1 - $2 - $3 == 1 - 2 - 3 <-- 1
//tokenize 44 1,2,3 | echo -a $1 - $2 - $3 == 1 - 3 - <-- 2


1 - 2 - 3 == 1 - 2 - 3 <-- 1
1 - 2 - 3 == 1 - 3 - <-- 2

Actual results
Expected results

Last edited by mIRCManiac; 17/10/05 11:13 PM.