Jump to content

Recommended Posts

Posted

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.

Posted

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.

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
×
×
  • Create New...