qb45ener.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Instant Watch Command
Use when program execution is suspended, to display
  ■ The value of a variable
  ■ The condition of an expression (true or false)
 
To display the value of a variable
  1. Place the cursor on the variable name
  2. Choose Instant Watch from the Debug menu (or press
     SHIFT+F9).
 
To display the value of an expression
  1. Select (highlight) the expression in the View window
     or place the cursor in the expression (QuickBASIC
     searches the appropriate expression or variable)
  2. Choose Instant Watch (or press SHIFT+F9)
  3. The expression is true if Instant Watch displays -1,
     false if it displays 0
 
The values are displayed in a dialog box. Use this box to
add the variable or expression to the Watch window.
 
Note: Mouse users can display an Instant Watch by placing
      the mouse cursor on a variable, or selecting an
      expression, and simultaneously pressing SHIFT and
      clicking the right mouse button.