Description
You declare variables and external functions in the Script view.
Usage
The syntax for declaring variables, including arrays, and external functions has not changed, but now you enter the declaration in the Script view instead of a dialog box:
|
To do this
|
Do this
|
|
Declare or edit variables
|
In the Script view, select [Declare] from the first listbox and the variable type (instance, shared, or global) from the second listbox. Then type the declaration in the Script view
|
|
Declare external functions
|
In the Script view, select [Declare] from the first listbox and the function type (local or global) from the second listbox. Then type the declaration in the Script view
|
See also
Writing scripts Defining functions Defining user events Using AutoScript
|