qml_evaluatefile
Evaluates a js file.
Syntax
r = qml_evaluatefile(filename)
Input argument
filename - a string: a js filename.
Output argument
r - a double, logical, int or string.
Description
Evaluates a js file.
If returned value cannot be converted to a basic type, it will converted to string.
See also
Example
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated