graphics.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_outmem
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     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 0x11, 0x13, and 0x00 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.
                                    -♦-