home *** CD-ROM | disk | FTP | other *** search
-
- GET-PRINT
-
-
-
- Written by: Calvin C. Guild
-
-
- GET-PRINT: A Screen-to-Printer Utility
- for the C-64 and VIC 20
- PowerPlay Magazine, July 1985
- page 49
-
-
- By using OPEN 1,3 and GET#
-
- statements, you direct your printer
-
- to print exactly what is on your
-
- screen. By doing this, you can use
-
- your C-64's screen as a small text
-
- writer.
-
- First, the screen is opened as an
-
- input device. The printer is then
-
- opened as an output device. This
-
- small routine scans the screen,
-
- getting input, and prints the
-
- information to the printer. This
-
- routine is to be used primarily as
-
- a subroutine whenever you want a dump
-
- of your screen. To do this, simply
-
- put a GOSUB 7000 in your program
-
- whenever you want a dump.
-
-
- This program is copyrighted by
-
- PowerPlay magazine. All rights to it
-
- are reserved. LOADSTAR has relieved
-
- you from the burden of keying in this
-
- program. For more complete
-
- information about this program, refer
-
- to the July 1985 issue of PowerPlay
-
- Magazine.
-
-
-
- >Files used: GET-PRINT
-
- --------------------------------------
-