Jump to content

Waiting Loop


Recommended Posts

I know about sleep, but I also need to loop the entire code. So basically I just need a loop. Could I get a quick example of a Do.. While?

See DateDiff or TimerDiff Functions.

Like this

#Include <Date.au3>

Global $_Timer1 = _NowCalc ( )

While 1
    $_NowCalc = _NowCalc ( )
    If _DateDiff ( "s", $_Timer1, $_NowCalc ) >= 10 Then ExitLoop ; 10 sec
    Sleep ( 10 )
WEnd
Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

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...