9.0

74
Item Description
Immediate Evaluates expressions, assigns variables, or calls subroutines.
Watch Displays the variables, expressions, and functions in the current script.
Stack Displays the lines of code that called the current statement.
These three tabs appear when you run your script.
The Advanced Scripting menu
You open the Advanced Scripting menu by pointing to the Script area of the MyCommands Advanced Scripting
dialog box and right-clicking or by pressing Shift+F10. The menu has the following commands:
Item Description
Cut Moves the selected text to the Clipboard.
Copy Copies the selected text to the Clipboard.
Paste Pastes the Clipboard text over the selected text.
Run Runs the script to completion. (If the macro is not active, start it.)
Pause Stops the script. Execution can be resumed.
End Terminates the script. Execution cannot be continued.
Step Into Executes the current line. If the current line is a subroutine or function call, sto
p
on the first line of that subroutine or function.
(
If the scri
p
t is not active, start it.
)
Step to Cursor Executes until the line the cursor is on is the current line. (If the script is not
active, start it.)
Toggle Break Toggles a break point on the current line.