Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu

EVAL function

Description

EVAL(expression[,showerror]) evaluates an expression. The expression must be a text string. If the optional boolean parameter showerror is TRUE, then some informational message will be displayed in case an error occurs.

You can construct a string and then pass it to the Eval function as if the string were an actual expression. The Eval function evaluates the string expression and returns its value.

Examples

Calculator

EVAL(  ,  

See also