JScriptEvaluate question -
02-13-2007
, 02:35 PM
Hi,
I'm using the Jscript.Eval code to evaluate expressions, but I was
wondering: is it possible to have the eval recognize external functions
(defined in an assembly myself).
I noticed you have add Items to the VSAEngine. Would this work ?
Thank you,
Wim
Convert.ToString(Microsoft.JScript.Eval.JScriptEva luate(TextBox1.Text,
Microsoft.JScript.Vsa.VsaEngine.CreateEngine())); |