I get a string from database just like a function:
T=1.3*1.5/1.6
I want to get the calculating result of this string automatically.
What can I do in my program.
Thank you very much.