qpgraph.hlp (Topic list)
_OutText Procedure
  Summary Details Example                                   Back
 
  Argument
 
    TextString    String to be displayed
 
  Description
 
    The _OutText procedure displays text on the screen in the current
    text color and at the current text cursor position. No formatting
    is provided, unlike standard I/O routines such as Write and
    Writeln. However, unlike the _OutMem procedure, CR and LF are
    recognized and interpreted as control characters.
 
    This procedure works in any video mode.
 
    Note:  To display text with special fonts, use the _OutGText
    procedure.