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


Purpose   Displays a string on the screen using preset colors.

Decln.    ColWrite(X,Y:byte;St:strscreen);

Remarks   X, Y are the coordinates of the first character.
          St is the text to be displayed.

          The FastTTT5 unit includes two global variables FCol and BCol
          that Colwrite uses for the display colors.

Example

BEGIN
    FCOL := YELLOW;
    BCOL := BLUE;
    COLWRITE(1,1,'TECHNOJOCK');
    COLWRITE(1,2,'SOFTWARE');
    COLWRITE(1,3,'INC');
END;

See Also: WriteAT FastWrite PlainWrite FWrite FWriteLn
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson