jackyyll Posted April 7, 2008 Posted April 7, 2008 Hmm, it's been a while since i used AutoIt seriously, and i cant seem to remember.. Does it have Objects and Classes and all that good stuff?
Ealric Posted April 7, 2008 Posted April 7, 2008 Hmm, it's been a while since i used AutoIt seriously, and i cant seem to remember.. Does it have Objects and Classes and all that good stuff?Autoit does not use classes. My Projects: [topic="89413"]GoogleHack Search[/topic], [topic="67095"]Swiss File Knife GUI[/topic], [topic="69072"]Mouse Location Pointer[/topic], [topic="86040"]Standard Deviation Calculator[/topic]
pdaughe Posted April 7, 2008 Posted April 7, 2008 AutoIt is not an object-oriented programming language. You cannot create your own object and classes. However, AutoIt does use the familiar objectname.method syntax when referencing objects (e.g. activeX controls). See Obj/COM reference in the help file. Also, note the HUGE UDF library available to users.
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