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


Purpose   Fills part or all of the screen with a specific character.

Decln.    FillScreen(X1,Y1,X2,Y2,F,B:byte;Chr:char);

Remarks   X1, Y1 are the coordinates of the top left corner of the area to
          be filled.
          X2, Y2 are the coordinates of the lower right corner.
          F, B are the foreground and background display colors.
          Chr is the character to fill the screen.

Example

BEGIN
    FILLSCREEN(1,1,80,25,CYAN,BLACK,CHR(177));
END;

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