home *** CD-ROM | disk | FTP | other *** search
- 100 open 1,8,0,"[w]hardcopy"
- 110 open 2,8,1,"[w]hardcopy neu"
- 120 for i=0 to 483+2: get#1,x$: print#2,left$(x$+chr$(0),1);: next i
- 130 for i=484 to 492: read d: print#2,chr$(d);: get#1,x$:next i
- 140 for i=493 to 1567: get#1,x$: print#2,left$(x$+chr$(0),1);: next i
- 150 close 2: close 1
- 200 data 173,13,221,173,0,221,76,65,79
-