Hi
I have the following problem: I have any formula: e.g. (10+5)^3-255/5...
In asp classic I could calculate the formula by using: execute("result = " & Formula)
In asp.net I can't use 'execute' anymore. how can I calculate the formula? I had a look in the math-class but can't find there anything.
best regards
Chris