02-19-2007, 09:27 PM
Is there a way to read text and do action?
example: Read Text from Notepad and if text= "test" then out s
example: Read Text from Notepad and if text= "test" then out s
8)
Read Text Do Action
|
02-19-2007, 09:27 PM
Is there a way to read text and do action?
example: Read Text from Notepad and if text= "test" then out s
8)
02-19-2007, 09:31 PM
rep
,str s ,s.getwintext(id(15 "Notepad")) ,if(s="test") out s ,0.1
02-19-2007, 09:44 PM
Gintaras Wrote:rep:lol: thanks
8)
02-19-2007, 10:05 PM
Gintaras Wrote:rep ok that works, but what if there is more text then just "test" Example: get Test from paragraph. this is a test <<<< but test will not always be the fourth word. Is that possible?
8)
02-19-2007, 10:16 PM
Instead of if(s="..."), use if(find(s "...")>=0), or findrx etc.
|
« Next Oldest | Next Newest »
|