Suppose I have a string "y^2 - 4" and I know the value of y. I want to evaluate this string using my value of y.
Just like eval funcion from matlab
But I can't do this with Eval from Visual Basic because it can't handle math operations. There is a simple way of doing this?
Many Thanks.