eeval() -- invoke Tcl scripts from MathViews scripts.


Synopsis

r=eeval( tclScript )

Description

eeval() is a MathViews function, not a Tcl command. eeval() evaluates its string argument as Tcl script in the context of the Tcl interpreter from which eeval() itself was invoked.

eeval()'s result r is a MathViews character array containing the result of the Tcl evaluation of tclScript.


The MathWizards

Last modified: Thu Nov 26 11:54:59 PST 1998