Hi guys... this is my first post here, and just wondering if you can help me with a problem.
I'm wanting to have a macro act as soon as a string (or character) on the screen changes. Similar to the WaitForString concept, but rather than waiting for a particular string, I want it to wait until the specified string changes. Is there a way to do this?
I tried....
If Not Sess0.Screen.WaitForString(x,23,1)
But this didn't work - because the screen always began with the x string at location 23,1 the above line returned False immediately, without waiting for the change.
I also tried...
If Sess0.Screen.WaitForString(Not x,23,1)
But this was just a guess on my part and didn't work!
Any suggestions would be very appreciated!
I'm wanting to have a macro act as soon as a string (or character) on the screen changes. Similar to the WaitForString concept, but rather than waiting for a particular string, I want it to wait until the specified string changes. Is there a way to do this?
I tried....
If Not Sess0.Screen.WaitForString(x,23,1)
But this didn't work - because the screen always began with the x string at location 23,1 the above line returned False immediately, without waiting for the change.
I also tried...
If Sess0.Screen.WaitForString(Not x,23,1)
But this was just a guess on my part and didn't work!
Any suggestions would be very appreciated!