Evaluates a HyperMath file. Any error reported by Tcl is retuned as a string. Returns 1 on success.
filename |
A fully qualified HyperMath filename. The folder must be separated by a forward slash, (/), or, (\\). |
EvalHMathScript {a=[1]}; # This will evaluate the Tcl command
EvalHMathFile {c:/test1.hml}; # This will evaluate the HyperMath file
Evaluates HyperMath commands. Returns 1 on success.
command |
Any valid HyperMath command as a string. |