                                BE PRINTCHAR 
 

Description:   Displays a repeated single character beginning at the current
               cursor location. You can reposition the cursor with the BE
               ROWCOL command. 
 

Syntax:        Version 4.5:   BE PRINTCHAR (char)[,] (count) [[BLINKING] 
                              [BRIGHT | BOLD] [(char-color)] [[ON]
                              (back-color)]] 
 
                                Parameters: 
 
(char)         The single character you want to display. You can enclose the
               character in single-quote or double-quote marks. If you
               provide more than one character, BE PRINTCHAR repeats only the
               first one. Note that for (char) you cannot use the question
               mark character (?) and you must enclose the special characters
               
                                   | ; ( ) and  /  

               in double-quote marks. 
 




(count)        The number of times you want (char )to appear on the screen.
               Repeated characters beyond the end of a line wrap to the next
               line. 
 
BLINKING       Causes the characters to repeatedly blink on and off. On some
               monitors this keyword works only if you specify (back-color). 
 
BRIGHT | BOLD  Displays the characters in high intensity. 
 
(char-color)   The color of the characters. The default is the current
               foreground color setting for the screen area that is covered
               by the characters. See <NUBESA>. 
 
(back-color)   The color of the background for the characters. If you do not
               provide (char-color), you must include the ON keyword. The
               default is the current background setting for the screen area
               that the characters cover. See <NUBESA>. 
 
See:            <NUBEROWC>, <NUBESA>, <NUCOLOR>. 

