home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 13 / 013.d81 / t.get-print < prev    next >
Text File  |  2022-08-26  |  1KB  |  71 lines

  1.  
  2.             GET-PRINT
  3.  
  4.  
  5.  
  6. Written by: Calvin C. Guild
  7.  
  8.  
  9. GET-PRINT: A Screen-to-Printer Utility
  10.            for the C-64 and VIC 20
  11. PowerPlay Magazine, July 1985
  12. page 49
  13.  
  14.  
  15.   By using OPEN 1,3 and GET#
  16.  
  17. statements, you direct your printer
  18.  
  19. to print exactly what is on your
  20.  
  21. screen.  By doing this, you can use
  22.  
  23. your C-64's screen as a small text
  24.  
  25. writer.
  26.  
  27.   First, the screen is opened as an
  28.  
  29. input device.  The printer is then
  30.  
  31. opened as an output device.  This
  32.  
  33. small routine scans the screen,
  34.  
  35. getting input, and prints the
  36.  
  37. information to the printer.  This
  38.  
  39. routine is to be used primarily as
  40.  
  41. a subroutine whenever you want a dump
  42.  
  43. of your screen.  To do this, simply
  44.  
  45. put a GOSUB 7000 in your program
  46.  
  47. whenever you want a dump.
  48.  
  49.  
  50.    This program is copyrighted by
  51.  
  52. PowerPlay magazine.  All rights to it
  53.  
  54. are reserved.  LOADSTAR has relieved
  55.  
  56. you from the burden of keying in this
  57.  
  58.     program.  For more complete
  59.  
  60. information about this program, refer
  61.  
  62. to the July 1985 issue of PowerPlay
  63.  
  64.              Magazine.
  65.  
  66.  
  67.  
  68. >Files used: GET-PRINT
  69.  
  70. --------------------------------------
  71.