
261
If
"prompt" is followed by a comma, the statement displays the prompting mes-
sage but no question mark or space is appended to the prompting message.
LINE INPUT "data= ",a$
• The cursor shape specified by the most recently executed LOCATE statement
takes effect.
• Even after execution of the CURSOR OFF statement, the LINE INPUT statement
displays the cursor.
• Data inputted by the user will echo back to the LCD. To assign it to string-
variable
, it is necessary to press the ENT key.
Pressing the ENT key causes also a line feed.
If you type no data and press the ENT key, a
LINE INPUT statement automati-
cally assigns a null string to
stringvariable.
• When any echoed back data is displayed on the LCD, pressing the Clear or BS
key erases the whole displayed data or a most recently typed-in character of the
data, respectively. If no data is displayed, pressing the Clear or BS key produces
no operation.
• Notes for entering string data:
The effective length of string data is the maximum string length of
string-
variable
. Overflowed data will be ignored.
• The sizes of prompting message literals, echoed back literals and cursor depend
upon the screen mode (the single-byte ANK mode, two-byte Kanji mode, or con-
densed two-byte Kanji mode). In the single-byte ANK mode, they appear in sin-
gle-byte code size; in the two-byte Kanji or condensed two-byte Kanji mode, they
appear in half-width character size. (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, not only the screen mode but
also the display font size determines the sizes of prompting message literals, ech-
oed back literals, and cursor. If the standard-size font is selected, they appear in
standard size; if the small-size font is selected, they appear in small size.
In the BHT-7000/BHT-7500, in addition to the screen mode and display font size,
the character width (normal-width or double-width) determines those sizes. If the
double-width is selected, they appear in double width.
data=
Komentarze do niniejszej Instrukcji