Jump to content

While ID


Ritch
 Share

Recommended Posts

is possible move to determined while example:

ElseIf $mob9 <> "4E4844" Then
            ToolTip('Perdemos o Foco!.', 0, 0)
            Sleep(1000)
            start()

in this case move to function start()

i need move for one while

Example case need:

ElseIf $mob9 <> "4E4844" Then
            ToolTip('Perdemos o Foco!.', 0, 0)
            Sleep(1000)
            go to while 1

go to is one simple example...

Link to comment
Share on other sites

You haven't posted any example with even a complete While loop yet, but NO, you can't do that.

What you can do is ContinueLoop or ExitLoop with a level number. See the help file under those two keywords.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...