Enumerated Constants Overview

Several enumerated constants exist, which you can use in your scripts. Enumerated constants are actually number values with a more human-readable naming scheme. You can use either the provided naming constant value or the actual number value of the list item.

There are thousands of constants that are built into and included into each script. Be careful that you do not define a variable, constant, label, or dialog box that has the same name as one of these constants. If you do so, the software returns a "Syntax Error" or "Duplicate Definition" error.

To view the available enumerated constants, access the "Automation Objects" documentation. Then from the Table of Contents pane, expand Enumerations.