home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / FORMSET.ZIP / BORDER.PRN < prev    next >
Encoding:
Text File  |  1986-11-04  |  1013 b   |  23 lines

  1.  
  2. File Date: 11-4-86                                      BORDER.TXT                                              Page 1
  3.  
  4.  
  5. reset                         ; reset the printer
  6.                               ;
  7. portrait                      ; select portrait mode
  8.                               ;
  9. macid 77                      ; assign a macro number
  10. macstart                      ; begin macro definition
  11.                               ;
  12. bold 5                        ; select a bold line
  13. box 5, 2, 80, 61              ; draw the solid box
  14.                               ;
  15. setgray 25                    ; choose a gray scale pattern
  16. block 3.5,3,5,62              ; draw the vertical gray block
  17. block 3.5,61,79,62            ; draw the horizontal gray block
  18. setclear                      ; remove the pattern setting
  19.                               ;
  20. macend                        ; end the macro definition
  21. enable                        ; enable the auto macro overlay
  22.                               ;
  23.