BALA Posted December 11, 2006 Posted December 11, 2006 This probably has already been answer many times, but if you could answer it for my ignorant self, I would be extremely grateful. Since AutoIt killed off the GoTo command, is there an alternative command, or series of commands, I could use that would have the same effect as the GoTo. And I don't mean the infinite loop effect; I want something that will have the same function as the GoTo command. [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
Outshynd Posted December 11, 2006 Posted December 11, 2006 Correctly-formatted if..then statements and proper loop-usage takes care of any problems that might arise from lack of a goto command. Goto makes for sloppy code.
theguy0000 Posted December 11, 2006 Posted December 11, 2006 ANYTHING that's possible with GoTo IS possible with looping. You just have to know how. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
1905russell Posted December 11, 2006 Posted December 11, 2006 (edited) I guess you read FAQ - http://www.autoitscript.com/autoit3/docs/faq.htm#4 Edited December 11, 2006 by 1905russell
BALA Posted December 11, 2006 Author Posted December 11, 2006 (edited) Actually, now that I think of it, you're right about the looping thing. I guess I should have thought before i posted :"> Edited December 11, 2006 by BALA [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
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