> You mean in Gambas 3, or in next stable release of Gambas 2.
> Thanks.
In Gambas3 as Gambas2 is in the end of its life
All the change in the language can only be for gb3 (for
compatibilities problems)
>
> Saluti,
>
> Stefano
>
> -
Il venerdì 14 maggio 2010 23:35:44 Benoît Minisini ha scritto:
> Hi,
>
> There was a warning in the documentation for a long time, and now it is
> effective: the support for static arrays has been removed.
>
> Moreover, the New keyword is now mandatory if you want to instanciate an
> array at the s
ok :-)
Le 14 mai 2010 23:35, Benoît Minisini a écrit :
> Hi,
>
> There was a warning in the documentation for a long time, and now it is
> effective: the support for static arrays has been removed.
>
> Moreover, the New keyword is now mandatory if you want to instanciate an array
> at the same
Hi,
There was a warning in the documentation for a long time, and now it is
effective: the support for static arrays has been removed.
Moreover, the New keyword is now mandatory if you want to instanciate an array
at the same time you declare it.
Concretely, the following syntaxes are not poss