stackover Posted January 25, 2007 Share Posted January 25, 2007 Hello. I wanna know if there is a function or other thing to stop or freezze function TimerInit(). Example: $ContAutoRepair = TimerInit() Do If TimerDiff($ContAutoRepair) > $Time4Repair Then . . . $ContAutoRepair2 = TimerInit() Do If TimerDiff($ContAutoRepair2) > $Time4Repair Then . . . EndIf Until TimerDiff($ContAutoRepair2) > $Time4Repair $ContAutoRepair = TimerInit() EndIf Until TimerDiff($ContAutoRepair) > $Time4Repair+$Time4Repair*10 How to stop this function without use another "TimerInit()" in any time that I want? Anyone can help? Regards Link to comment Share on other sites More sharing options...
Zedna Posted February 10, 2007 Share Posted February 10, 2007 Make some global variable and test its value along your TimerDiff() Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now