Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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