Thread
:
Help
View Single Post
#
9
05-26-2002, 01:50 PM
nyghtGT
Banned
Join Date: Jun 2001
Posts: 3,993
tokenize is easy:
tokenize string;
so:
if i say, "Nyght Is Awesome"
and use...
tokenize #c;
the follwoing tokens would be made:
#t(0) = Nyght
#t(1) = Is
#t(2) = Awesome
nyghtGT
View Public Profile
View GraalOnline Profile
Find all posts by nyghtGT