Haseeb Posted May 27, 2008 Posted May 27, 2008 (edited) how can i detect and close three windows at the same time. i am trying like this if winexists("1") or ("2") or ("3") Then winclose("1") winclosw("2") winclose("3") EndIf but it takes some more mili seconds. how can i close at the same time without any delay of mili second ? or otherwise tell me how to write it in one line as i saw in another thread but not helpful to me. Edited May 27, 2008 by GsmExpert
Richard Robertson Posted May 27, 2008 Posted May 27, 2008 That would be even slower. AutoIt is a synchronous language. It does not perform commands at the same time. People have made it do so, but AutoIt was never meant to.
Haseeb Posted May 27, 2008 Author Posted May 27, 2008 i am new to autoit... can i also add more words ? and what is [last] why did you put this ? this is giving error of endif where to put endif in it ?
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