Jump to content

Do Until Statements..


Recommended Posts

Hi, basically when using a little script i have, i want to expand the program to be able to read the status bar, rather then sleeping for a predetermined amount of time.

I have read some of the previous answers and found:

Do

$x = StatusbarGetText("Internet Explorer")

Sleep(100)

Until $x = "done"

This works great until i get different text in the status bar, eg, no text. At this point it just pauses.

What do i do here? How do i get it to see that when it does not say "done" , to then continue with the script? :whistle:

Thanks in advance

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...