CLOSEWINDOW
Syntax CLOSEWINDOW name
 
Explanation

CLOSEWINDOW hides the window whose Logo name is the first input. The window is not erased, and may be reopened using the command

PPROP windowname "VISIBLE "TRUE

To remove a window completely, use the ERASE command.
 

Examples CLOSEWINDOW "GRAPHICS

TopIndex