home *** CD-ROM | disk | FTP | other *** search
- 10 open1,4:print#1,chr$(27)chr$(33)chr$(5)chr$(15)chr$(27)chr$(51)chr$(14);
- 20 print#1,chr$(27)chr$(83)chr$(0);"!----------------------------------------!"
- 30 print#1,chr$(10)"!";:fori=1to1000:r=peek(i+1023):ifr<32thenr=r+64
- 40 print#1,chr$(r);:ifi/40=int(i/40)thenprint#1,"!"chr$(13)chr$(10)"!";
- 50 next:print#1,"----------------------------------------!":close1
-