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