screen.erase

screen.erase


screen.display Index Level screen.init
Syntax call "dm,bp, screen.erase"
Category BASIC
Type Subroutine
Description erases a formatted screen.

Input :

The following variables in the COMMON variables defined in the include "dm,bp,includes screen.inc" must be set:

screen.x        
screen.y        Coordinates of top left corner.

screen.maxsize  Last line used on the screen. This variable was set automatically by a call to 'screen.display' or 'screen.input'.
Options
See Also screen.display screen.input screen screen.init
Example
Warnings
Compatibility AP 6.1
screen.display Index Level screen.init