eeval() -- invoke Tcl scripts from MathViews
scripts.
r=eeval( tclScript
) 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.
Last modified: Thu Nov 26 11:54:59 PST 1998