home *** CD-ROM | disk | FTP | other *** search
-
- File Date: 11-4-86 BORDER.TXT Page 1
-
-
- reset ; reset the printer
- ;
- portrait ; select portrait mode
- ;
- macid 77 ; assign a macro number
- macstart ; begin macro definition
- ;
- bold 5 ; select a bold line
- box 5, 2, 80, 61 ; draw the solid box
- ;
- setgray 25 ; choose a gray scale pattern
- block 3.5,3,5,62 ; draw the vertical gray block
- block 3.5,61,79,62 ; draw the horizontal gray block
- setclear ; remove the pattern setting
- ;
- macend ; end the macro definition
- enable ; enable the auto macro overlay
- ;
-