Immediate - Script Manager

Use the View | Immediate command to evaluate an expression, assign a variable, or call a subroutine. Use the View | Always Split command and then use the View | Immediate to open the Immediate window.

Tips for working in the Immediate window:

  • Type "?expr" and press ENTER to show the value of "expr".
  • Type "var = expr" and press ENTER to change the value of "var".
  • Type "Set var = expr" and press ENTER to change the reference of "var".
  • Type "subname args" and press ENTER to call a subroutine or built-in instruction.
  • Type "Trace" and press ENTER to toggle the trace mode, which prints each statement in the Immediate window when a script/module is running.