Posted By
|
Message
|
DrJake
Registered 02/01/2002
Points 123
|
15th February, 2004 at 08:46:33 -
Hi,
When I use the RTF object to select and find text, it works great! But when I want to select the next text which has the pharse I want it doesn't go to smoothly. I'm not sure what Im doing wrong! I don't want a button to click to find next, I want the program to after finding text, find next and repeat until no more text to find is left. I know I didnt explain it well, but if anyone has suggestions it would help me out alot!
Jake
drjake
|
DrJake
Registered 02/01/2002
Points 123
|
15th February, 2004 at 10:46:57 -
is it even possible to do or do i need the user to acctually tell the program when to find the next selection of text?
drjake
|
Kramy
Registered 08/06/2002
Points 1888
|
15th February, 2004 at 12:30:54 -
You could try a loop.
Loop1
Find is not at end
--Find
Loop1
Find is at end
--Stop Loop1
Just an idea.
Kramy
|
DrJake
Registered 02/01/2002
Points 123
|
15th February, 2004 at 14:21:35 -
What object would I need to use to do that?
drjake
|
Shen Possibly Insane
Registered 14/05/2002
Points 3497
|
15th February, 2004 at 14:48:48 -
Fastloop (read an article for info) or use the MMF 1.5 inbuiltified one under Specials.
gone fishin'
|
DrJake
Registered 02/01/2002
Points 123
|
15th February, 2004 at 14:49:48 -
Thanks shen!
drjake
|
|
|