elitesoldier Posted January 30, 2004 Posted January 30, 2004 (edited) is it possible for me to have a Do statement where it has multiple untils, where if one until is true then it will contiue on with the rest of the program like this Do (Statements) Until = whatever Until = Whatever Until = whatever Or how i could do somthing similar to that? thx for your time Edited January 30, 2004 by elitesoldier
Valik Posted January 30, 2004 Posted January 30, 2004 Do ; Code Until 1 = 1 Or 2=2 And 3=3 See the help file for the keywords And/Or for more on how to use them.
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