Jump to content

[SOLVED] Is this error in array.au3 ?


Thlitmi
 Share

Recommended Posts

array.au3 has nothing to do with the problem.

You can't declare functions inside statements, loops, or other functions. If you want to exit the script without executing some code, put the function call (not the declaration) in an If statement, or use Exit.

Also it's a bad idea to put your include lines anywhere but at the top of your script.

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