Re: Turning a Text Sequence into a Sequence Array
- Posted by DanM Jul 09, 2010
- 3697 views
useless said...
Kaladan said...
Hi, I'm new here. And new to the language. I did a search for this subject but I was unlucky. I was wondering if anyone could tell me the easiest or quickest way to turn a Text Sequence into a sequence array. In other words I want to turn this:
"This is only theoretically a sentence."
into this:
{"This", "is", "only", "theoretically", "a", "sentence."}
Any help would be much appreciated.
Kaladan
Or try the strtok lib.
useless
And the strok lib, "sting token routines", can be found at:
http://www.rapideuphoria.com/strtok-v2-1.zip
Dan M