home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ibm1 / do101j2.arj / BOXFRAME.SCR < prev    next >
Text File  |  1991-12-03  |  785b  |  27 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« BoxFrame »ye«
  3.  
  4.     /FRAME {{v} {h} {lr} {ur} {ll} {ul} | RESET}
  5. /cw
  6.     Sets the characters used by the »%t«/BOX»#« command to draw
  7.     »ye«boxes»#« at specified locations.
  8.  
  9.     Here is an example.  »wh«First a box using the default
  10.     characters.»#«
  11. .go 1 19
  12. |/BOX 4 12 26 16 7 14 " Standard Frame "
  13. .pa 2
  14. .go 1 4 gr
  15.     Now we'll reset the frame characters.  All standard IBM
  16.     characters can be used.»#«
  17. .go 1 19
  18. |/FRAME | - + + + +
  19. |/BOX 40 12 60 16 12 14 " New Frame "
  20. .go 1 15 ye
  21.     The characters remain in effect until they are »ye«RESET»#«.
  22.     You must explicitly »ye«RESET»#« the frame once you have
  23.     set the characters yourself.
  24. |/FRAME RESET
  25. |/BOX 40 12 60 16 11 12 " Reset "
  26. /ENDEXEC CLEAR
  27.