|
-
Feb 19th, 2009, 11:44 AM
#16
Re: [RESOLVED] RTF search and get
 Originally Posted by batori
It works fine but when i do this:
Code:
p1 = FindText(txtLoginW, "TEXT1", 2, ";")
p2 = FindText(txtLoginW, "TEXT"", 2, ";")
p3= FindText(txtLoginW, "TEXT3", 2, ";")
I get only the first result from p1.....from MyArray(0)
It would be nice to get the found data on P1...
Can i do that somehow?
Thanks for the help m8!
this line has a double quote: p2 = FindText(txtLoginW, "TEXT"", 2, ";")
should this be TEXT2 ?"TEXT""
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|