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

  1.                                 BE PRINTCHAR 
  2.  
  3.  
  4. Description:   Displays a repeated single character beginning at the current
  5.                cursor location. You can reposition the cursor with the BE
  6.                ROWCOL command. 
  7.  
  8.  
  9. Syntax:        Version 4.5:   BE PRINTCHAR (char)[,] (count) [[BLINKING] 
  10.                               [BRIGHT | BOLD] [(char-color)] [[ON]
  11.                               (back-color)]] 
  12.  
  13.                                 Parameters: 
  14.  
  15. (char)         The single character you want to display. You can enclose the
  16.                character in single-quote or double-quote marks. If you
  17.                provide more than one character, BE PRINTCHAR repeats only the
  18.                first one. Note that for (char) you cannot use the question
  19.                mark character (?) and you must enclose the special characters
  20.                
  21.                                    | ; ( ) and  /  
  22.  
  23.                in double-quote marks. 
  24.  
  25.  
  26.  
  27.  
  28.  
  29. (count)        The number of times you want (char )to appear on the screen.
  30.                Repeated characters beyond the end of a line wrap to the next
  31.                line. 
  32.  
  33. BLINKING       Causes the characters to repeatedly blink on and off. On some
  34.                monitors this keyword works only if you specify (back-color). 
  35.  
  36. BRIGHT | BOLD  Displays the characters in high intensity. 
  37.  
  38. (char-color)   The color of the characters. The default is the current
  39.                foreground color setting for the screen area that is covered
  40.                by the characters. See <NUBESA>. 
  41.  
  42. (back-color)   The color of the background for the characters. If you do not
  43.                provide (char-color), you must include the ON keyword. The
  44.                default is the current background setting for the screen area
  45.                that the characters cover. See <NUBESA>. 
  46.  
  47. See:            <NUBEROWC>, <NUBESA>, <NUCOLOR>. 
  48.  
  49.