DareDev1l Posted October 21, 2012 Posted October 21, 2012 (edited) Hi, I want to make something complicated (it is maybe simple) and I am not sure how this can happen. This is what I want : Switch $var1 Case 1 If $var2 = "" Then Function1() Else Function2() EndIf Case 2 If $var3 = "" Then Function1() Else Function2() EndIf I want to make it do as follows: 1) Execute Case 1 and right after that > (2) 2) Execute Case 2 .... .... 10) Execute Case 10 No matter what , to keep executing them . Is there anything like that ? Maybe correct construction ? Thanks in Advance Edited October 21, 2012 by DareDev1l
JohnOne Posted October 21, 2012 Posted October 21, 2012 ContinueCase <- help file AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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