Quote:
Originally posted by Xaviar
tokenize breaks a string into sections based on words and commas...tokenize2 breaks a string into sections based on "delimiters" which you specify before the string....Im just not sure if it uses spaces and commas too =/
|
delims are used as the space. the delim for the normal tokinizing is space. so if you change it like you said it would return what u said o.o
and if you dont know how long ur string is then you can just do tokenscount which returns the number of tokens.