[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ClearLine


Purpose   Erases all the text on a line and sets the display attribute.

Decln.    ClearLine(Y,F,B);

Remarks   Y is the line number.
          F, B are the foreground and background colors to set the blank
          line with.

Example

BEGIN
    CLEARLINE(25,YELLOW,RED);
    PLAINWRITE(1,25,'FATAL ERROR - FILE SERVER EXPLODED');
END;

See Also: ClearText
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson