Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
Am Samstag, den 06.03.2010, 21:22 +0100 schrieb Benoît Minisini: > > Am Samstag, den 06.03.2010, 15:43 +0100 schrieb Benoît Minisini: > > > > --8< > > > > Salut, > > > > > > > > the answer can be found on gambasdoc at > > > > > > >

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Benoît Minisini
> Am Samstag, den 06.03.2010, 15:43 +0100 schrieb Benoît Minisini: > > > --8< > > > Salut, > > > > > > the answer can be found on gambasdoc at > > > > > > for Variable Declaration > > > http://gambasdoc.org/help/lang/vardecl > > >

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
Am Samstag, den 06.03.2010, 15:43 +0100 schrieb Benoît Minisini: > > --8< > > Salut, > > > > the answer can be found on gambasdoc at > > > > for Variable Declaration > > http://gambasdoc.org/help/lang/vardecl > > > > or for Local V

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
Am Samstag, den 06.03.2010, 15:43 +0100 schrieb Benoît Minisini: > > --8< > > Salut, > > > > the answer can be found on gambasdoc at > > > > for Variable Declaration > > http://gambasdoc.org/help/lang/vardecl > > > > or for Local V

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
Am Samstag, den 06.03.2010, 15:43 +0100 schrieb Benoît Minisini: > > --8< > > Salut, > > > > the answer can be found on gambasdoc at > > > > for Variable Declaration > > http://gambasdoc.org/help/lang/vardecl > > > > or for Local V

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Benoît Minisini
> --8< > Salut, > > the answer can be found on gambasdoc at > > for Variable Declaration > http://gambasdoc.org/help/lang/vardecl > > or for Local Variable Declaration > http://gambasdoc.org/help/lang/localdecl > > Thanks for you

Re: [Gambas-user] What are the {} enclosed variables

2010-03-06 Thread Charlie Reinl
--8< Salut, the answer can be found on gambasdoc at for Variable Declaration http://gambasdoc.org/help/lang/vardecl or for Local Variable Declaration http://gambasdoc.org/help/lang/localdecl Thanks for you help. Charlie

Re: [Gambas-user] What are the {} enclosed variables

2010-03-05 Thread Charlie Reinl
Am Freitag, den 05.03.2010, 10:01 +0100 schrieb Rolf-Werner Eilert: > Am 05.03.2010 09:23, schrieb Benoît Minisini: > >> 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 > >>

Re: [Gambas-user] What are the {} enclosed variables

2010-03-05 Thread Rolf-Werner Eilert
Am 05.03.2010 09:23, schrieb Benoît Minisini: >> 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 Fo

Re: [Gambas-user] What are the {} enclosed variables

2010-03-05 Thread Benoît Minisini
> 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

Re: [Gambas-user] What are the {} enclosed variables

2010-03-05 Thread charlesg
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. Pro

Re: [Gambas-user] What are the {} enclosed variables

2010-03-04 Thread Charlie Reinl
Salut, while started that way, I keep on going top writing. I'm willing to set it into the wiki, but I do not know where to place it, any any hint ! To all these thousands of gambas using ghostwriters, I would place a lightly changed version of Fabien's text, pleas make it better. Am Mittwoch

Re: [Gambas-user] What are the {} enclosed variables

2010-03-03 Thread Fabien Bodard
it's to say to the compiler to not manage that wird as a keyword or a class for exemple Font is a class from gb.qt or gb.gtk if in a personal class you ad a property name like that : PROPERTY Font as Font or PROPERTY Left as Integer the compiler say there is an error and you cant have a propert

[Gambas-user] What are the {} enclosed variables

2010-03-03 Thread Charlie Reinl
Salut, since a while, from time to time, I have seen things like that. Property {Font} As Font ' (this is out of the gb.report project of gambas3) Can anybody tell me the meaning of {} enclosed variables. I haven't found in doc's. -- Amicalement Charlie -