Jump to content

Functions


Archman
 Share

Recommended Posts

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?

Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...