Thread: tokenize help
View Single Post
  #1  
Old 08-12-2001, 11:19 PM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
tokenize help

will tokenize2 +,blah+blah blah return
#t(0) - blah
#t(1) - blah blah

or will it return

#t(0) - blah
#t(1) - blah
#t(2) - blah

and if it returns the latter...how do I get it to return the former? especially if I dont know how many words will be in my string?
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote