home *** CD-ROM | disk | FTP | other *** search
- BE ROWCOL
-
- Description: Positions the cursor on the screen according to your command
- and. It can also display text.
-
- Syntax: Version 4.5: BE ROWCOL (row)[,] (col) [[,] (text)]
- [[BLINKING] [BRIGHT | BOLD] [(text-color)]
- [[ON] (back-color)]]
-
- Parameters:
-
- (row) The row on the screen where you want to position the cursor.
- The first row at the tope of the screen is 0. The last row on
- most standard (25-line) screens is 24, but some adapters can
- display more rows.
-
- (col) The column in the specified row where you want to position the
- cursor. The first column is 0 at the left edge of the screen.
- The last column (at the right edge) is 79.
-
- (text) An optional message you want to display at the specified
- cursor location. You must enclose a message in either
- single-quote or double-quote marks if it includes one or more
- blank spaces.
-
-
-
-
-
-
- BLINKING Causes (text) to repeatedly blink on and off. On some monitors
- this keyword works only if you specify (back-color).
-
- BRIGHT | BOLD Displays the message in high intensity.
-
- (text-color) The color of text. The default is the current foreground color
- setting for the screen area that is covered by (text). See
- <NUBESA>.
-
- (back-color) The color of the background frame for the message. If you do
- not provide (text-color), you must include the ON keyword. The
- default is the current background setting for the screen area
- that the text covers. See: <NUBESA>.
-
- See: <NUBESA>, <NUNCC>, <NUCOLOR>.
-