Archman Posted February 7, 2007 Posted February 7, 2007 If I have a function and in the middle of it, it calls another function, when the second function has finished will it automatically continue where it was upto in the first function? If Not which i suspect is the case as my script seems to stop when the second function has ended, How do i make it return to the point it was upto in the first?
Developers Jos Posted February 7, 2007 Developers Posted February 7, 2007 Archman said: If I have a function and in the middle of it, it calls another function, when the second function has finished will it automatically continue where it was upto in the first function?If Not which i suspect is the case as my script seems to stop when the second function has ended, How do i make it return to the point it was upto in the first?The script will return to the spot where you called the Func from unless you have an "EXIT" in the 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.
Archman Posted February 7, 2007 Author Posted February 7, 2007 Thanks. That means that the script has somet in it that is either causing a loop or storpping running for whatever reason Thank you for the fast reply
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