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


Purpose   Writes text at current cursor location and moves cursor to the
          end of the text.

Decln.    FWrite(Str:strscreen);

Remarks   Str is the text to be displayed.

          The text is displayed in the FCol and Bcol colors, the same as
          ColWrite.

Example

VAR
  CH : CHAR;
BEGIN
    FWRITE('DELETE THE FILE? (Y/N)');
    CH := GETKEY;
    .....
END;

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