
201
Syntax:
CURSOR {ON|OFF}
Description:
When a user program is initiated, the cursor is set to OFF. CURSOR ON turns on the
cursor for keyboard entry operation by the
INKEY$ function. CURSOR OFF turns
off the cursor.
• In the BHT-3000/BHT-4000/BHT-5000, the cursor size depends upon the screen
mode (the single-byte ANK mode, two-byte Kanji mode, or condensed two-byte
Kanji mode). In the single-byte ANK mode, the cursor appears as 6 dots wide by
8 dots high; in the two-byte Kanji mode, it appears as 8 dots wide by 16 dots high;
in the condensed two-byte Kanji mode, it appears as 6 dots wide by 16 dots high.
(Note that the condensed two-byte Kanji mode is supported by the BHT-4000/
BHT-5000.)
• In the BHT-6000/BHT-6500/BHT-7000/BHT-7500, the cursor size depends upon
the screen mode (the single-byte ANK mode or two-byte Kanji mode), the display
font size (standard-size or small-size), and the character attribute (normal-width
or double-width). If the standard-size font is selected, the cursor appears as 6
dots wide by 8 dots high in the single-byte ANK mode, and as 8 dots wide by 16
dots high in the two-byte Kanji mode. If the small-size font is selected, the cursor
appears as 6 dots wide by 6 dots high in the single-byte ANK mode, and as 6 dots
wide by 12 dots high in the two-byte Kanji mode.
• The cursor shape specified by the most recently executed
LOCATE statement
takes effect.
• After execution of LOCATE ,,0 which makes the cursor invisible, even the CUR-
SOR
ON statement cannot display the cursor. To display the cursor, it is neces-
sary to make the cursor visible by using the
LOCATE statement.
Syntax errors:
Reference:
I/O statement
CURSOR
Turns the cursor on or off.
Error code and message Meaning
error 71: Syntax error Specification other than ON and OFF is
described.
Statements:
APLOAD, INPUT, KPLOAD, LINE INPUT, and LOCATE
Functions:
INKEY$ and INPUT$
Komentarze do niniejszej Instrukcji