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


Purpose   Writes text in a vertical column.

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

Remarks   X, Y are the coordinates of the top character.
          F, B are the foreground and background display colors.
          Str is the display string.

Example

BEGIN
    WRITEVERT(20,5,WHITE,BLUE,'Y AXIS');
END;

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