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)

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to