[Gambas-user] New Property feature request

Benoît Minisini g4mba5 at gmail.com
Sun Oct 10 17:32:07 CEST 2021


Le 10/10/2021 à 14:23, Fabien Bodard a écrit :
> Hi Benoit,
> 
> 
> I use a lot of short property declaration.
> 
> like :
> 
> Property Read {Conditions} As Conditions[] Use $aConditions[]
> 
> Is it possible to add the hability to initialise the variable on  the
> declaration line ?
> 
> Like this :
> 
> Property Read {Conditions} As Conditions[] Use New $aConditions[]
> 
> or
> 
> Property Read {Conditions} As Conditions[] Use New $aConditions[3]
> 
> ??
> 
> Thank you :-)
> 
> Best Regards,
> 

I look at the compiler source code to tell you...

-- 
Benoît Minisini


More information about the User mailing list