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
> > > >
> > >
> 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
> > >
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
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
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
> --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
--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
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
> >>
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
> 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
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
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
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
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
-
14 matches
Mail list logo