
Chapter 14. Statement Reference
188
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.
For the BHT-5000/BHT-6000/BHT-6500/BHT-7000/BHT-7500, the
drivename
may be A: or B:. If the drivename is omitted, the default A: applies.
Flow control statement
CALL
Calls an FN3 or SUB function.
Kommentare zu diesen Handbüchern