AngelOmega Posted November 24, 2010 Posted November 24, 2010 Hi, I am very new to Autoit and was wondering if someone could answer this question for me, i have searched for the answer, but was unable to find it. What I am trying to do is to write to an ini file 30ish handles, i am just getting a parsing error on this line: IniWrite("File.ini","Handle", $i, ControlGetHandle($i)) Do variables not work in this?
Developers Jos Posted November 24, 2010 Developers Posted November 24, 2010 Install the full SciTE4AutoIt3 version which will run au3check for you: ControlGetHandle() [built-in] called with wrong number of args. IniWrite("File.ini","Handle", $i, ControlGetHandle($i) Jos 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.
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