Tiger Posted December 31, 2007 Posted December 31, 2007 How can I check the errors in the script before i compile the script My UDFs:- _RegEnumKey
Zedna Posted December 31, 2007 Posted December 31, 2007 (edited) Use Scite4AutoIt3. There are preconfigured tools which automatically calls Au3Check before Run/Compile and show you error lines. Edited December 31, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
PsaltyDS Posted December 31, 2007 Posted December 31, 2007 To get the most thorough check add this to the top of your script before compiling or running with F5 in SciTE: #AutoIt3Wrapper_au3check_parameters = -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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