HyperMath

Tcl to HyperMath

Tcl to HyperMath

Previous topic Next topic Expand/collapse all hidden text  

Tcl to HyperMath

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  
hmtoggle_plus1greyEvalHMathFile {filename}

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, (\\).

Example

EvalHMathScript {a=[1]}; # This will evaluate the Tcl command

EvalHMathFile {c:/test1.hml}; # This will evaluate the HyperMath file

hmtoggle_plus1greyEvalHMathScript {command}

Evaluates HyperMath commands.  Returns 1 on success.

command

Any valid HyperMath command as a string.