Jump to content

Recommended Posts

Posted

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

Posted (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 by IvanDream

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...