Alan 0 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? Share this post Link to post Share on other sites
Jos 2,214 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. Share this post Link to post Share on other sites
LOULOU 0 Posted April 20, 2005 GOTO and GOSUB doesn't exists in Autoit3. Function are made for that Share this post Link to post Share on other sites