Expression.Text (gb.eval)

Property Text As String

This is the text of the expression.

You can use almost any Gambas subroutines and operators.

Examples

Use "gb.eval"

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