bennyvo Posted April 4, 2005 Posted April 4, 2005 hi, i want to script something like this if something is TRUE then delay 2 second and do an action eg popup msnbox. end. would that posible, anyone can give me an exmaple code? thanks alot
steveR Posted April 4, 2005 Posted April 4, 2005 $var = 1 if $var = 1 then Sleep(2000) MsgBox(0,"!","$var = 1") endIf AutoIt3 online docs Use it... Know it... Live it...MSDN libraryglobal Help and SupportWindows: Just another pane in the glass.
bennyvo Posted April 4, 2005 Author Posted April 4, 2005 cool, thanks alot. i'll try implement this method to my script.
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