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


Purpose   Writes text on the center of a line.

Decln.    WriteCenter(Y,F,B:byte;Str:string);

Remarks   Y is the Y coordinate or line number.
          F, B are the foreground and background display colors.
          Str is the display string.

Example

BEGIN
    WRITECENTER(1,YELLOW,BLACK,'MAJOR HEADING');
END;

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