[Gambas-user] Eval() and gb.eval

tobias tobiasboe1 at ...20...
Sat Sep 24 19:29:21 CEST 2011


On 24.09.2011 18:50, Demosthenes Koptsis wrote:
> so True = T and False = Null for
> txtResult.Text&= CStr(hExpression.Value)&   gb.NewLine
>
> that i also get.
>
>
> I just wonder if this is correct.
> i expected the same functionality with Eval().
>
>
>
i suppose, it *has* the same functionality ("suppose" because i didn't 
look in the sources). it's just a matter of your conversion to a string.
try
Print hExpression.Value
it should give you True
and txtResult.Text = CStr(Eval()) should give "T" respectively.




More information about the User mailing list