[Gambas-devel] bug when printing boolean value ?

Benoit Minisini gambas at ...1...
Sun Jan 16 19:55:36 CET 2005


On Friday 14 January 2005 10:56, Laurent Carlier wrote:
> Gambas seems "to eat" some caracters, see attached project
>
> Regards,

Actually:

PRINT "toto"; a <=> PRINT "toto"; Str$(a)

PRINT "toto" & a <=> PRINT "toto" & CStr(a)

Which is different!

And STR$(TRUE) => "True" and CStr(TRUE) => "T" !

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the Devel mailing list