◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── The _outtext function outputs the null-terminated string pointed to by <text>. No formatting is provided, in contrast to the standard console I/O routines such as printf. This function works in any screen mode. Text output begins at the current text position. To output text using special fonts, you must use the _outgtext function. Return Value None. -♦-