Calculating a Text Formula

K

Key Powell

For simplicity sake,

I need to take entered TEXT. i.e. "2 + 2"

and output the formula's solution. i.e. 4

The formula is saved in a text box and the output is diplayed in a seperate
text box. The formulas entered will contain +. -. *, / and ().
 
Top