brawling83 Posted July 5, 2008 Posted July 5, 2008 Sorry for the basic question.. Is there a way of jumping to another line in the script? So say my programme gets down to line 40 and I then want it to go back to line 5, is there a simple goto or jump to line sort of function? Without having to use a loop or until etc. Thanks
IvanDream Posted July 5, 2008 Posted July 5, 2008 (edited) programming with goto/jump is a bad idea the code become chaotic and hard to read and find errors use do - while and functions is the best way in autoit Edited July 5, 2008 by IvanDream
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