Information Center

Editing macro properties

The following categories are available for editing:

Macro Name
Name of the macro (selected from the list of macros in the Macro Manager). Macro names are case-sensitive! Therefore, mymacro is a different name than MyMacro, MyMacrO, myMacro, and so on.
Description
Description of the macro. Use a description that will help you identify the purpose of the macro.
Author
Name of the person who created this macro.
Creation Date
Date the macro was created.
Pause between Actions
Amount of time for the macro runtime to pause after performing each action.

Implementation of Pause between Actions:
Although the Pause between Actions was originally implemented as a pause after every action, it is now implemented as follows:

By default the Pause Between Actions checkbox is enabled and the timeout value is set to 300 milliseconds. Therefore by default the macro runtime:

See Pause after an action in the Macro Programming Guide.

Timeout between Screens
The maximum time allowed between valid screens while the macro is running. If the time expires before the macro identifies the next screen, an error is displayed. The time set here can be overridden for a specific screen by the Timeout value on the Links tab.
Show all Prompts at Start of Macro
If there are prompts for the user to provide input, checking this option displays all of them at the beginning of the macro. This allows the macro to play through without stopping for input.
Use Variables and Arithmetic Expressions in Macro
Select Use Variables and Arithmetic Expressions in Macro if you want to use variables and arithmetic expressions in your macros. The first time you select Use Variables and Arithmetic Expressions in Macro, a window appears giving you the option to convert your macro to the advanced format (variables and arithmetic expressions).

If you click Yes, your macro is converted to the advanced format. The following changes occur to any field in the Macro Editor where you can type text, a variable, or an arithmetic expression except the Macro tab and the Screen name field:

If you click No, your macro is not converted. Click No if you already converted your macro by editing the macro code, or you want to convert your macro by editing the macro code yourself. If you want to convert your macro yourself, select Code Editor, and set usevars to true.

If you deselect Use Variables and Arithmetic Expressions in Macro, your macro might not work as expected if it has been converted to the advanced format (variables and arithmetic expressions). In this case, Use Variables and Arithmetic Expressions in Macro should remain selected, or you can change the macro code back to its preconverted state yourself, where:

The default is not selected.

For more information about variables and arithmetic expressions, see the online help for Variables and the Macro Programming Guide.

Related topics

  • Overview of the Macro Editor
  • Using the Macro Manager
  • Editing the XML script
  • Importing a macro
  • Exporting a macro
  • Macro Programming Guide