home *** CD-ROM | disk | FTP | other *** search
- 60000 open 4,4:print#4,chr$(15)
- 60010 for a=1024 to 2023 step 40
- 60020 for x=0 to 39
- 60040 d=peek(x+a)
- 60050 if d>127 then d=d-128:r$=chr$(18):o$=chr$(146)
- 60060 p=d-((d<32 or d>95)*64)-((d>63 and d<96)*32)
- 60070 p$=p$+r$+chr$(p)+o$
- 60080 r$="":o$=""
- 60090 next x
- 60100 print#4,p$
- 60110 p$="":next a
- 60120 close 4:end
- 60200 rem*******************************
- 60500 rem***in order to obtain hardcopys of screens containing upper and lower
- 60600 rem***case characters line 60000 must be changed to:
- 60700 rem***open4,4,7:print#4,chr$(145)
-