Thread: Help
View Single Post
  #9  
Old 05-26-2002, 01:50 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
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
Reply With Quote