View Single Post
  #4  
Old 08-02-2002, 04:50 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
"tokenize <string>;" will split up <string> wherever there are commas or spaces. Each part of the string is stored in a different message code, starting with #t(0) and going up (#t(0), #t(1), #t(2), etc.)
__________________
Eric Kraft
Reply With Quote