SHOW WINDOW Command Example

The following example, a window named wOutput1 is created and displayed. Since SHOW WINDOW is used to display the window, output can't be directed to the window until it is activated.

CLEAR
DEFINE WINDOW wOutput1 FROM 2,1 TO 13,75 TITLE 'Output' ;
   CLOSE FLOAT GROW ZOOM
SHOW WINDOW wOutput1