home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / EPASC.ZIP / EPASC.DOC next >
Text File  |  1990-06-18  |  849b  |  25 lines

  1.                       EPASC.DOC   Mon  06-18-1990
  2.                       Donated to the Public Domain
  3.  
  4. I've often found the need to format a series of characters going out to
  5. my Epson printer and had to look up the control codes to send using the
  6. ALT-number pad method.
  7.  
  8. EPASC was built using the ALT number pad and contains many of the Epson
  9. control set that I've needed to include into my file.
  10.  
  11. Just go to the control needed and block those characters including the 
  12. the  "  " marks.
  13.  
  14. Move them into your text file and they will send the controls when you
  15. print it.
  16.  
  17. By including them in  a BASIC program, such as:
  18.  
  19.         PRINT  "";"This is condensed print"
  20.  
  21. that's what you get.  Of course, the redundant "" marks are not needed
  22. but they do no harm.  It could just as well been "This ...."
  23.  
  24. -----    Bob Kowitt  -----
  25.