Jump to content

#AutoIt3Wrapper_AU3Check_Parameters


Go to solution Solved by c.haslam,

Recommended Posts

4 hours ago, c.haslam said:

What does it do? Can't find it in Help.

You can find a detailed list under : https://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/au3check.html

Syntax:

#AutoIt3Wrapper_Au3Check_Parameters=-q -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7
 
The parameters set the app behaviour as follows:
 
·     -q         : quiet mode (this will only show errors and warnings)
·     -d         : set the "MustDeclareVars" option to True
·     -w 1      : give a warning if an include file is included more than once
·     -w 2      : give a warning if #comments-end (or #ce) is missing
·     -w 3      : give a warning if variables are already declared
·     -w 4      : give a warning if local variables are used in the global scope
·     -w 5      : give a warning if a local variable is declared but not used
·     -w 6      : give a warning when using Dim
·     -w 7      : give a warning if ByRef parameters are incorrect

Musashi-C64.png

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

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