CLOSEWINDOW

Suppresses the display of the default output window. This keyword can also be used to close any open analysis windows.

Syntax:

CLOSEWINDOW 
CLOSEWINDOW n
 

Discussion:

CLOSEWINDOW (with no argument "n" provided) is used to run the ZPL macro in "quiet" mode. The text window normally displayed at the end of the macro execution will not be displayed if the CLOSEWINDOW keyword is included at any line in the macro. CLOSEWINDOW has no other effect on macro execution.

CLOSEWINDOW (with an integer argument "n" provided) will close analysis window number n.

Next: