Hi,
I have a table which contains a text field populated with formulas:
For example:
"4*4 + (7*10)"
"5 * 1.175"
I am looping through this formula table and would like to assign the *answers* to the formulas into an array.
This is fine if I want to store the actual text of the formula in the array, but how do I store the answers to the formula in the array?
In other words how do I interpret the formula as a formula, not a string ...
Any advice gratefully received.
Rgds.
EdA.
I have a table which contains a text field populated with formulas:
For example:
"4*4 + (7*10)"
"5 * 1.175"
I am looping through this formula table and would like to assign the *answers* to the formulas into an array.
This is fine if I want to store the actual text of the formula in the array, but how do I store the answers to the formula in the array?
In other words how do I interpret the formula as a formula, not a string ...
Any advice gratefully received.
Rgds.
EdA.