Jump to content

:^/ What is the full vocabulary for AutoIt's With... WithEnd function?


Go to solution Solved by Andreik,

Recommended Posts

;^) 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.

Link to comment
Share on other sites

  • Solution

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.

When the words fail... music speaks.

Link to comment
Share on other sites

:^, 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.

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