Initializing help system before first use

Using the Immediate Window

The Immediate window lets you evaluate expressions in an environment similar to a command prompt. Complete the following steps to open the Immediate window and evaluate an expression:
  1. Open the Debugger sidebar, if it is not already open, by clicking on its name.
  2. At the bottom of the sidebar, click Immediate.
  3. In the window that opens, type an expression involving one or more variables, and press Enter.
    The value of the expression is printed on the next line.