EVAL

The function will return the result of a mathematical expression.

EVAL(String)


PARAMETERS

String

The expression to be evaluated.

Example:
Calculate the expression contained in the textbox with TAG name of EXPRESSION, and store the result in the same textbox.

SETVALUE(~EXPRESSION~//EVAL(~EXPRESSION~))

If EXPRESSION contained the string 1+2+3, the result would be 6.