
Chapter 14. Statement Reference
318
Syntax:
Syntax 1:
SCREEN screenmode[,charaattribute]
Syntax 2:
SCREEN ,charaattribute
Parameter:
screenmode and charaattribute
A numeric expression which returns a value from 0 to 3.
Description:
SCREEN sets the screen mode and the character attribute of the LCD screen
according to
screenmode and charaattribute, respectively, as listed below.
* The condensed two-byte Kanji mode is supported by the BHT-4000/BHT-5000. Specifying
this mode in the BHT-3000/BHT-6000/BHT-6500/BHT-7000/BHT-7500 will result in a run-
time error (05h).
* Double-width is supported by the BHT-7000/BHT-7500. Specifying it in the BHT-3000/BHT-
4000/BHT-5000/BHT-6000/BHT-6500 will result in a run-time error (05h).
I/O statement
SCREEN
Sets the screen mode and the character attribute.
Screen mode
screenmode SCREEN statement
Single-byte ANK mode (default)
0 SCREEN 0
Two-byte Kanji mode
1 SCREEN 1
Condensed two-byte Kanji mode*
2 SCREEN 2
Character attribute
charaattribute
SCREEN
statement
Normal display (default)
0 SCREEN , 0
Highlighted display
1 SCREEN , 1
Normal display, double-width characters*
2 SCREEN , 2
Highlighted display, double-width characters*
3 SCREEN , 3
Commentaires sur ces manuels