CLRSCR Clear the Screen pp 133 Syntax: ClrScr ; Type: N/A Form: Procedure Purpose: Clear the screen. ClrScr does not work properly with any graphics modes. ---------------------------------------------------------------------------- Usage: BEGIN ClrScr ; { Clear screen and locate cursor at 1,1 } END.