Expression.Value (gb.eval)

Property Read Value As Variant

Gets the computed value of the expression.

Examples

Use "gb.eval"

Dim Expr as New Expression
Expr.Text = "21+58=79"
Print Expr.Value
True