◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── The _outmem function outputs the string pointed to by <text>. The <length> argument specifies the number of characters to output. Unlike _outtext, the _outmem function prints all characters literally, including ASCII 11, 13, and 0 as the equivalent graphics characters. No formatting is provided. Text is printed using the current text color starting at the current text position. To output text using special fonts, you must use the _outgtext function. Return Value None. -♦-