EVALUATE function
EVALUATE function
(OP)
This is a spinoff question from Thread770-113109
What is the evaluate function? It is not described in help. Can you provide an example of it's useage. I could not get it to work no matter what kind of datatype I fed it.
What is the evaluate function? It is not described in help. Can you provide an example of it's useage. I could not get it to work no matter what kind of datatype I fed it.
=====================================
Eng-tips forums: The best place on the web for engineering discussions.





RE: EVALUATE function
TTFN
RE: EVALUATE function
dim TheFormula as String
TheFormula = "SQR(x^2+y^2)"
Result = Evaluate(TheFormula)
Good Luck
--------------
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein