Mr_Pseudonym Posted February 27, 2024 Posted February 27, 2024 ;^) AutoIt's own Help File gives an example to work with, and the example includes terms such as .visible, .workbooks, .add, .cells, .value, .range, .clear and .quit. I am convinced that the vocabulary it recognizes includes more than eight words, but I'm at a loss to find a list of the full, comprehensive vocabulary. Where would one find that? Thanks.
Solution Andreik Posted February 27, 2024 Solution Posted February 27, 2024 I don't know how you imagine it's working but it's not number of fixed properties/methods that AutoIt should list in help file because it really depends on the used object and what actually implements that object. For example, if you want to automate an excel application and you want to set multiple properties you can use With to reduce the long references and the full list of available methods and properties can be found on MSDN. Mr_Pseudonym 1
Mr_Pseudonym Posted February 27, 2024 Author Posted February 27, 2024 :^, By tinkering with the example script, it became clear what some of the lines did. It was also clear that the language's vocabulary went far beyond the terms used in the example. However, brute force guess work didn't yield much except for confirming that brute force guess work isn't the way to go. Thanks for the link; that's the reference I needed. argumentum 1
Andreik Posted February 27, 2024 Posted February 27, 2024 Here are few more references but you can find most of the important ones on MSDN. Word PowerPoint InternetExplorer WinHTTPRequest XML DOM Mr_Pseudonym 1
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