Chapter 15. Function Reference
348
Syntax:
Syntax 1 (Setting a national character set):
COUNTRY$="countrycode"
Syntax 2 (Returning a country code):
COUNTRY$
Parameter:
countrycode
A string expression which returns any of
A
,
D
,
E
,
F
,
G
,
I
,
J
,
N
,
S
, and
W
.
Description:
■
Syntax 1
COUNTRY$
sets a national character set specified by
"countrycode"
. The
national character set is assigned to codes from 32 (20h) to 127 (7Fh). (Refer to
Appendix C2, "National Character Sets.")
•
"countrycode"
specifies one of the following national character sets:
• If
"countrycode"
is omitted, the default national character set is America
(code A) or Japan (code J) when you have selected the English or Japanese mes-
sage version on the SET DISPLAY menu in System Mode, respectively.
COUNTRY
I/O function
COUNTRY$
Sets a national character set or returns a current country code.
countrycode
National character set
A
America (default)
D
Denmark
E
England
F
France
G
Germany
I
Italy
J
Japan (default)
N
Norway
S
Spain
W
Sweden
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...