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


Purpose   Changes the display attributes of an area of the screen.

Decln.    Attrib(X1,Y1,X2,Y2,F,B:byte);

Remarks   X1, Y1 are the coordinates of the top left corner of the area to
          be changed.
          X2, Y2 are the lower right corner coordinates.
          F, B are the foreground and background colors.

Example

BEGIN
    ATTRIB(20,5,60,15,WHITE,LIGHTGRAY,BLACK);
END;

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