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

tobias tobiasboe1 at ...20...
Sat Sep 24 21:46:36 CEST 2011


On 24.09.2011 21:44, Demosthenes Koptsis wrote:
> txtResult.Text&= CStr(hExpression.Value)
>
> gives the same result with
>
> txtResult.Text&= hExpression.Value
>
> which is "T"
>
> i think gambas3 make in the background the convertion (i think...) and
> CStr may be is useless.
>
of course, you assign it to a string, so it is converted automatically. 
but a Print hExpression.Value should give you the True you wanted. (as i 
said)




More information about the User mailing list