Evaluates the given function at the given argument.
This is designed for use in cases where the function is determined at runtime.
menu: veeos ==> Math ==> eval
library: mathLib
o_eval("2+a^2", 4) returns 18
o_eval("3*A+15","4") returns 44415
When a formula is known at programming time it of course can be coded into a formula and then evaluated at runtime. However in cases such as filters where the function to be evaluated is itself determined only at runtime, one needs the ability to evaluate that function. eval(function,arg) provides a convenient way to do this
VEE 7.0+, all platforms