◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── The outgtext subroutine sends the string <text> to the screen, including any trailing blanks. The text is output using the current font at the current graphics position and in the current color. No formatting is provided. After it outputs the text, outgtext updates the current graphics position. The outgtext subroutine operates only in graphics video modes (e.g., $MRES4COLOR). Because it is a graphics function, the color of text is set by the setcolor function, not by the settextcolor function. Return Value None. -♦-