[ ] indicates optional parameters
CALL(module_text, procedure, type_text, [argument1, ...])CALL(module_text, procedure, type_text, [argument1, ...])
Returns a value from an external function.
module_text | The name of the DLL that contains the function. | ||||||||||||||||||||||||||||||||||
procedure | The name of the function. | ||||||||||||||||||||||||||||||||||
type_text | A string specifying the result type and the argument types. Each type is represented by a single character. The possible character values are: | ||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
argument1, ... | The arguments to pass to the function. |