
Chapter 16. Extended Functions
392
Syntax: CALL "SYSTEM.FN3" 3 PARA%,DATA$
Description:
This funcion reads string data (DATA$) from the system menu item
specified by PARA%.
Parameter: PARA% Item number of the system menu
Returned value: DATA$ String data read from the specified system menu item
System menu items list:
Syntax: CALL
"SYSTEM.FN3" 4 PARA%,DATA$
Description:
This funcion writes string data (DATA$) to the system menu item
specified by PARA%.
Parameter: PARA% Item number of the system menu
DATA$ String data to be specified
(See the System menu items list given in Function #3.)
Returned value: None
System menu items list: Refer to the System menu items list given in Function #3.
Function #3: Read string data from System Mode settings
Item number
(
PARA%)
System menu item Attribute
DATA$, numeric data of the sys-
tem menu item
1
System version RO "X.XX" fixed to 4 characters
2
Reserved for system –
3
Model name RO Max. of 8 characters
(e.g., "BHT75")
4
Product number assigned to the BHT RO Fixed to 16 characters
(e.g., "496310….")
5
Serial number assigned to the BHT R/W Fixed to 6 characters
6
Execution program R/W Filename.xxx
(Filename followed by period and
extension)
If not selected, a null string
7
Version of the BHT system parameter
file
RO "X.XX" fixed to 4 characters
Function #4: Write string data to System Mode settings
Komentáře k této Příručce