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


Purpose   To write text to the screen very quickly in the default color
          attribute.

Decln.    PlainWrite(X,Y:byte;Str:string);

Remarks   X, Y are the coordinates of the first character.
          Str is the text to display.


Example

BEGIN
    CLEARTEXT(1,1,80,25,WHITE,BLUE);
    PLAINWRITE(1,1,'TOP LEFT OF SCREEN');
    PLAINWRITE(59,25,'LOWER RIGHT OF SCREEN');
END;

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