HI, thanks for your reply,
I have tested
But this work . if pResult is
empty then
click at the loc
of btn "StartGame"
end if
where as this not work, I don't know why
its command proper write error
if pResult is "XYZ reached at
goal" then
click at the loc of btn
"StartGoal"
end if
when I display the pResult
answer pResult
it display
" XYZ reached at goal "
Regards,
SHani
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
[email protected]
Sent: Monday, May 03, 2010 7:27 PM
To: [email protected]
Subject: Re: if message is "XYZ" then do next step (not working)?
Your handler works for me.
If you step through the script, where does it not go wrong? Sometimes in
debugging I will rewrite even simple "if/then" statements in their expanded
form:
if this then
dotThat
end if
Instead of: if this then doThat.
Because you can place a breakpoint at the "doThat" line to see if the
condition is being tested correctly. If you never reach that line, you can
find
the problem more quickly.
I think it is something simple, like a typo.
Craig Newman
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution