This simplest of the Clear commands erases a window or clears the main screen.
CLEAR
When you apply CLEAR to a form, the controls disappear but they're not destroyed. The form's Refresh method brings some of them back. Giving the form focus brings back some more. Clicking somewhere on the form brings back any controls at that location. Items drawn with the form's drawing methods don't come back (which is as it should be). In reality, CLEAR isn't really meant for forms. Use RemoveObject to get rid of controls and Cls to erase drawing objects.
ACTIVATE SCREEN
CLEAR