Specifications
177
Syntax:
Syntax 1 (Calling an FN3):
CALL "[drivename:]filename" functionnumber [data
[,data]...]
Syntax 2 (Calling a SUB):
CALL functionname [(realparameter[,realparameter…])]
Parameter:
[drivename:]filename
A string expression.
functionnumber
An integer constant.
data
A string variable or a numeric variable.
functionname
Real function name.
realparameter
A numeric expression or a string expression.
Description:
■ Calling an extension library (FN3 function)
CALL calls a function specified by functionnumber from a file specified by
"[drivename:]filename" and assigns the parameter specified by data to
the called function.
•
[drivename:] is used in conventional BHT models. In the BHT-100 series, it
is merely for the compatibility with their specifications. The drivename may be
A: or B:, but it will be ignored.
Flow control statement
CALL
Calls an FN3 or SUB function.