User`s guide
Chapter
5
BASIC
Commands
57
Remarks
Note that this function will fail if the multi-language font file does not exist.
"N%" is an integer variable in the range of 16 to 32.
Value Meaning Font Size or Code Page
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
English
Canadian French
Hebrew
Multilingual Latin I
Nordic
Portuguese
Cyrillic
Latin II
Central European, Latin II
Turkish
Latin II
Windows 1250
ISO-28592 (Latin 2)
IBM-LATIN II
Greek
Latin I
Greek
MS-DOS Code page 437
MS-DOS Code page 863
MS-DOS Code page 862
MS-DOS Code page 850
MS-DOS Code page 865
MS-DOS Code page 860
Windows Code page 1251
MS-DOS Code page 852
Windows Code page 1250
MS-DOS Code page 857
ISO 8859-2
MS-DOS Code page 737
Windows Code page 1252
Windows Code page 1253
Example
SET_LANGUAGE (17) ' select French
See Also
GET_LANGUAGE
SYSTEM_PASSWORD
Purpose
To set the password protection for entering the system menu.
Syntax
SYSTEM_PASSWORD(A$)
Remarks
"A$" is a string constant or variable, representing the password.
Example
SYSTEM_PASSWORD("12345")
VERSION