[Gambas-user] Issue 40 in gambas: small error (Gambas3)

gambas at ...2524... gambas at ...2524...
Tue Feb 22 13:28:04 CET 2011


Updates:
	Status: Invalid
	Labels: -Version Version-TRUNK

Comment #1 on issue 40 by benoit.m... at ...626...: small error (Gambas3)
http://code.google.com/p/gambas/issues/detail?id=40

PRINT internally uses the Str() function to convert its arguments,  
so 'PRINT True' prints 'True' (or its translation if you translate the  
string "True").

The & operator uses CStr() to convert its arguments. So 'PRINT "True is " &  
True' prints 'True is T'.

So everything is all right!





More information about the User mailing list