Quote:
Originally posted by 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
|
Thats psuedocode code. It explanes the command with out giving them a script.