Re: Turning a Text Sequence into a Sequence Array
- Posted by DanM Jul 09, 2010
- 3743 views
useless said...
DanM said...
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
v2.2 was the last public release i made.
v3.0 is the version i am using now.
useless
Oh, ok, when I searched the archive, 2.1 was the only one I found there, where's 2.2 or 3.0?
Dan