Forum Discussion
AlexeyKolosov
Staff
16 years agoHi Adam,
You can use the JScript eval method. For example:
var res = eval("myMethod()");
Please see the following page for more information:
http://msdn.microsoft.com/en-us/library/b51a45x6.aspx
Hi Adam,
You can use the JScript eval method. For example:
var res = eval("myMethod()");
Please see the following page for more information:
http://msdn.microsoft.com/en-us/library/b51a45x6.aspx