Monday, December 10, 2007

How to work with CLRSCR

How to work with CLRSCR

To work with CLRSCR

Description:

Clears the screen and returns the cursor to the upper left corner.

Declaration:

procedure ClrScr;

Example:

program Welcome;

uses

Crt;

var

a:file;

begin

TextBackground(LightGray);

ClrScr;

end.

Edited By: Norasyikin Mahmud

© 2001 ISC

All rights reserved. All other product names and trademarks are registered properties of their respective owners.

211101


No comments: