qml_evaluatefile
Last updated
Was this helpful?
Last updated
Was this helpful?
Evaluates a js file.
r = qml_evaluatefile(filename)
filename - a string: a js filename.
r - a double, logical, int or string.
Evaluates a js file.
If returned value cannot be converted to a basic type, it will converted to string.
.
1.0.0
initial version
Allan CORNET