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

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« Box »ye«
  3.  
  4.     /BOX {left} {top} {right} {bottom} {fc} {hc} {heading}
  5. /cw
  6.     »%t«Box»#« draws boxes with the »%t«/FRAME»#« characters.
  7.  
  8.     The parameters are:
  9.  
  10.     »wh«{left}»#«      Left column
  11.     »wh«{top}»#«       Top line
  12.     »wh«{right}»#«     Right column
  13.     »wh«{bottom}»#«    bottom line
  14.     »wh«{fc}»#«        The color number of the frame.
  15.     »wh«{hc}»#«        The heading color number
  16.     »wh«{heading}»#«   The heading.  If this includes spaces, enclose
  17.                 it in double quotes (»ye«""»#«).
  18.  
  19.     Box »wh«coordinates»#« are »gr«absolute on the screen»#« and »re«not»#« relative
  20.     to any windows in effect.
  21.  
  22. .pg clr wh
  23.     Here are some examples»gr«:»#«
  24. .go 1 20
  25. |/BOX 3 6 10 8 7 7 "Box 1"
  26. |/BOX 10 10 40 20 14 11 "Box 2"
  27. /ENDEXEC CLEAR
  28.