The ERASE procedure erases the screen of the currently selected graphics device (or starts a new page if the device is a printer). The device is reset to alphanumeric mode if it has such a mode (e.g., Tektronix terminals).
ERASE [, Background_Color] [, CHANNEL=value] [, COLOR=value]
The color index for the screen to be erased to. If this argument is omitted, ERASE resets the screen to the default background color (normally 0) stored in the system variable
| Warning |
The channel or channel mask for the erase operation. This parameter has meaning only when used with devices that support TrueColor or multiple-display channels. The default value is
Specifies the background color. Using this keyword is analogous to using the Background_Color argument.
; Display a simple image in the current window: TV, DIST(255) ; Erase the image from the window: ERASE
Introduced: Original