Monday, April 4, 2011

Finding the Correct Include For Your AutoIT Scripts

Includes are files that contain prewritten functions for AutoIT. Think of them as functions written into your script that you can call to perform actions for you. You can utilize these files by adding them to your script with the following:

Code:
#include <filename.au3>

Table 1 lists the standard includes that accompany the AutoIT v3 installation.

No comments:

Post a Comment