Jump to content

Some questions from a rookie


Recommended Posts

Hello there.

I've been using AutoIt for 6 months or so to help me on my job and some personal life issues, but now I'm starting to use it for some advanced stuff, that can't be simply learned from the help file.

I have plenty of questions to ask here, but I feel that I'll understand most of them if you can help me with this little one:

What does it mean if I have a .function after my variable? Like $myvar.Create("parameter"). I've seen many of these on the sample scripts on this forum and I don't understand it.

Still on the same subject, when I had doubts about a function using SciTE, I just put my mouse over it and press F1. But with this ".functions" it doesn't work (probably because they're in a library?). Well, one of my current projects use OCR, and on many examples of it on this forum they have stuff like "$miDoc.Ocr ($miLANG_ENGLISH, True, False)" that I simply can't understand. So, where should I look for information about these ".functions" and how they work?

Thanks in advance.

Link to comment
Share on other sites

and where do I get more info about a specific object?

AutoIt isn't object oriented per-se, what you are seeing are COM objects created by ObjGet() or ObjCreate(). You won't get much support for these objects here and you are better off using Google.

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