elitesoldier 0 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 Share this post Link to post Share on other sites
Valik 478 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. Share this post Link to post Share on other sites