Kreatorul Posted November 20, 2006 Posted November 20, 2006 I have a script it has some errors but it works...I just need autoit not to show the "AutoIt Error" msgbox when an error occurs. Any way to do that? Sorry for the question it might be a little
Developers Jos Posted November 20, 2006 Developers Posted November 20, 2006 I have a script it has some errors but it works...I just need autoit not to show the "AutoIt Error" msgbox when an error occurs. Any way to do that? Sorry for the question it might be a little Its normally just a case of proper coding and checking...What error do you get ? 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.
MHz Posted November 20, 2006 Posted November 20, 2006 Learn to trap errors in your code as others do. Check @error macro, use ObjEvent to handle Com errors, IsArray() for arrays...
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