View Single Post
  #7  
Old 09-18-2001, 04:02 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
NPC Code:
if (created) {
setstring test.string,a b c d e f;
tokenize #s(test.string);
message #v(tokenscount);
for (i=tokenscount-1;i>=0;i++) setstring test.string,#s(test.string) #t(i);
}


That should make test.string into "a b c d e f f e d c b a" once it's been run...
__________________

Reply With Quote