Chapter 14. Statement Reference
190
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.
• The cursor size depends upon the screen mode (single-byte ANK mode or two-
byte Kanji mode), the screen font size (standard-size or small-size), and the char-
acter enlargement attribute (regular-size, double-width, double-height, or quadru-
ple-size). For details about the cursor, refer to Chapter 7, Subsection 7.1.3.
• The cursor shape specified by the most recently executed
LOCATE
statement
takes effect.
• After execution of
LOCATE
,,0
which makes the cursor invisible, even execution
of
CURSOR
ON
statement cannot display the cursor. To display the cursor, it is
necessary 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$
Summary of Contents for BHT-BASIC 100 SERIES
Page 1: ......
Page 161: ...153 Chapter 10 Sleep Function CONTENTS 10 1 Sleep Function 154...
Page 163: ...155 Chapter 11 Resume Function CONTENTS 11 1 Resume Function 156...
Page 173: ...165 Chapter 13 Backlight Function CONTENTS 13 1 Backlight Function 166...
Page 249: ...241 Example CLOSE IF kyIn Y THEN KILL Master Dat END IF Reference Statements CLFILE...