
08-06-2001, 03:49 AM
|
|
That one guy...
|
 |
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
|
|
Quote:
Originally posted by Falcor
Tokenize 2 will let you add more conditions fore tokens so
tokenize2 +,HI+I AM,BOB;
will give you
#t(0) = HI
#t(1) = I
#t(2) = AM
#t(3) = BOB
Since You Delimited the Plus
|
no...
it would give you:
#t(0) = HI
#t(1) = I AM,BOB |
__________________
Do it with a DON!
|
|
|
|