Alan Posted April 20, 2005 Posted April 20, 2005 How do I break out of my script sequence, go to a subroutine, and then come back into my main script again? I looked in Help for GoTo, or GoSub but could not find the command. Can anyone help?
Developers Jos Posted April 20, 2005 Developers Posted April 20, 2005 How do I break out of my script sequence, go to a subroutine, and then come back into my main script again? I looked in Help for GoTo, or GoSub but could not find the command. Can anyone help?<{POST_SNAPBACK}>have a look at Func SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
LOULOU Posted April 20, 2005 Posted April 20, 2005 GOTO and GOSUB doesn't exists in Autoit3. Function are made for that
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