[Gambas-user] What are the {} enclosed variables
charlesg
charles at ...1784...
Fri Mar 5 09:10:46 CET 2010
Hi
The ghostwriters have been a bit ephemeral.
How about a simple:
To use a property name that is also a Gambas reserved name in your personal
class, you must enclose the property name within {}.
For example:
Property Font as Font
Property Left as Integer
will both cause a compile error.
Property {Font} as Font
Property {Left} as Integer
will not.
rgds
--
View this message in context: http://old.nabble.com/What-are-the-%7B%7D-enclosed-variables-tp27774331p27790954.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list