[Gambas-user] New Property feature request

Fabien Bodard gambas.fr at gmail.com
Sun Oct 10 14:23:13 CEST 2021


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,
-- 
Fabien Bodard


More information about the User mailing list