Jump to content

How can I create a module in AutoIT


Recommended Posts

Thank you for reading this topic.

I'm new here, I found AutoIt is a good tool, and I'm researching it.

But after finsihed reading the help document, I have a issue: does AutoIt support modulization, I didn't find the example it help. for example, I want to call AutoIt scripts each other, or call one function in one of scripts witch contains many other fucntions.

Link to comment
Share on other sites

Not sure about "modularization" but you can put all of the functions you create into an .au3 file and call those functions. You do have to #include the .au3 file that houses these functions though.

Check out the help file for functions and includes.

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