home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 20 / bbd20.zip / PRINTER.MHH < prev    next >
Text File  |  1988-02-02  |  1KB  |  33 lines

  1.  
  2.  
  3.  
  4.   TRUE codes are sent to the printer EACH TIME A MENU JOB RUNS!
  5.  
  6.  
  7.  
  8.  
  9.  ____________________________________________________________ Reset CONTROL
  10. |           _________________________________________________ Eject page
  11. |          |          _______________________________________ Help ON or OFF
  12. |          |         |      _________________________________ Skip line
  13. |          |         |     |          _______________________ Change Codes
  14. |          |         |     |         |           ____________ Restore Codes
  15. |          |         |     |         |          |
  16. All-FALSE  FormFeed  Help  LineFeed  New-Codes  Standard-Codes
  17.  
  18.   RESET = TRUE   will OVER-RIDE all other Printer Control options.
  19.  
  20.   If you load type fonts into the printer, all options should be FALSE.
  21.  
  22.   Standard Codes are for Epson / IBM Graphics Printer Control.
  23.  
  24.  
  25.  
  26.   Purpose           |  Language  |  ASCII decimal code.
  27.   -------------------------------------------------------------------------
  28.   Send RESET codes  |  BASIC     |  LPRINT CHR$(27); "@";
  29.   is the same as    |  BASIC     |  LPRINT CHR$(27); CHR$(64);
  30.   is the same as    |  EasyMenu  |  27 64
  31.   NOTE:             |  --------  |  @ equals ASCII decimal code 64.
  32.  
  33.