home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / drnu451.lzh / NUBEBOX < prev    next >
Text File  |  1990-10-19  |  3KB  |  65 lines

  1.                                    BE BOX 
  2.  
  3.  
  4. Description:   Displays a box outline on the screen and does not overlay any
  5.                data inside the box. 
  6.  
  7. Syntax:        Version 4.5:   BE BOX (top-row)[,] (left-col)[,]
  8.                               (bottom-row)[,] (right-col)  [DOUBLE | SINGLE]
  9.                               [[BLINKING]  [BRIGHT | BOLD] [(line-color)]
  10.                               [[ON] (back-color)]]  
  11.  
  12.                                 Parameters: 
  13.  
  14. (top-row)      The row on the screen where you want to display the top line
  15.                of the box. The number of the first row is 0. 
  16.  
  17. (left-col)     The column on the screen where you want to display the left
  18.                line of the box. The number of the first column is 0. 
  19.  
  20. (bottom-row)   The row on the screen where you want to display the bottom
  21.                edge of the box. The last row on most standard (25-line)
  22.                screens is 24, but some adapters can display more rows. The
  23.                (bottom-row) value must be greater than the (top-row) value. 
  24.  
  25. (right-col)    The column on the screen where you want to display the right
  26.                edge of the box. The last column number is 79. The (right-col)
  27.                value must be greater than the (left-col) value. 
  28.  
  29. DOUBLE | SINGLE     Specifies either a double-line box or a single-line box.
  30.                     The default value is DOUBLE. 
  31.  
  32. BLINKING       Causes the box to blink on and off. On some monitors this
  33.                keyword works only if you specify (back-color). 
  34.  
  35. BRIGHT | BOLD  Displays the box lines in high intensity. 
  36.  
  37. (line-color)   The color of the box lines. The default is the current
  38.                foreground color setting for the screen. After BE BOX
  39.                executes, any characters you display within the box border
  40.                using other BE commands, such as BE ASK <NUBEASK> or BE ROWCOL
  41.                <NUBEROWC>, appear in (line-color). If you use a DOS command
  42.                such as ECHO or TYPE to display characters, the characters
  43.                appear on the screen in the original foreground and background
  44.                colors. 
  45.  
  46. (back-color)   The color of the background frame for the box lines. If you do
  47.                not provide (line-color), you *MUST* include the ON keyword.
  48.                The default is the current background setting for the screen.
  49.                After BE BOX executes, any characters you display within the
  50.                box border using other BE commands, such as BE ASK or BE
  51.                ROWCOL, appear on a background of (back-color). If you use an
  52.                DOS command such as  ECHO or TYPE to display characters, those
  53.                characters appear in the original foreground and background
  54.                colors. 
  55.  
  56. Example:       To display a box that is large enough to contain a 10 column
  57.                by 5 row area of data in the upper left corner of the screen
  58.                and that appears as blinking, green double lines on a black
  59.                border, enter:
  60.  
  61.                BE BOX 0, 0, 6, 11 DOUBLE BLINKING GREEN ON BLACK 
  62.  
  63. See:           <NUBESA>, <NUBEWIND>, <NUNCC>, <NUCOLOR>.
  64.  
  65.