Posted By
|
Message
|
Zapper
Registered 05/02/2003
Points 435
|
9th February, 2004 at 13:41:05 -
Hi
Im using the "Rich Edit Object", and I want to know if there is a way for it to work out what the next word is
So if the object contained "CHEESE IS SMELLY BIG CHEESE" and I asked it (somehow) for word 4, it would give me BIG
Is there a way to do this somehow, I just need to be able to pick words
n/a
|
Kris Possibly Insane
Registered 17/05/2002
Points 2017
|
9th February, 2004 at 14:20:46 -
string tokeniser (or "tokens" object)
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G
|
Tigerworks Klik Legend
Registered 15/01/2002
Points 3882
|
9th February, 2004 at 15:22:49 -
You'd probably be better off with 3ee's String Parser 2.
- Tigerworks
|
Shen Possibly Insane
Registered 14/05/2002
Points 3497
|
9th February, 2004 at 15:25:22 -
Before you ask, set a delimiter to " ", so it knows what a space is. Then you can get words. It's in an expression.
gone fishin'
|
|
|