Editor Menu Options

 

The three insert commands are the equivalents of the buttons found in the Script Editor. These options determine where the command is positioned in the macro script. Choose from one of the three options to be the program default.

 

 

Button

Function

Description

Insert Command Before Selected

The command is inserted above (before) the highlighted line in the macro script.

Insert Command After Selected

The command is inserted to the line below (after) the highlighted line in the macro script.

Add Command to End of Script

The command is inserted as the last line (end) of the macro script.

 

 

These buttons  are only available when using the Script Editor mode.

 

 

Example: Using the program default

Assume the macro script contains 10 lines and Insert Command Before Selected is assigned as the default. A new Text Type command needs to be inserted between lines 5 and 6.

 

1. Highlight line number 6 in the script.

2. Then expand the Keyboard category and double click on the Text Type command.

3. Insert the text and click OK to save.

4. The Text Type command is inserted before line 6 in the macro script.

 

Example: Overriding the default

Assume the command needs to be inserted at the end of the script.

 

1. Expand the Keyboard category and highlight the Text Type command.

2. Click on the Add Command to End of Script button to open the Text Type command.

3. Insert the text and save.

4. The button overrides the default and places the Text Type command at the end of the script.