Jump to content

Statically check autit script?


Recommended Posts

Hi,

I have been using autoit for simple scripts already for some time, and it served very well. Now I have done a more advanced piece of software, and I am not really sure, that I did not make some stupid errors like missspelled variables or something similar. I already use Opt("MustDeclareVars", 1), but as I understand this only complains if an instruction which uses an undeclared variable is actually executed. What I would like to have is some statically checking like what a compiler is doing as first task when your are using a conventional compiled language like c or c++. I tried out the "compile script" command, but it does not seem do program checking in this sense. So my question is: do I overlook something? Is there any tool which I could use?

Thanks for any opinions

-- dzabel

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