Re: [Gambas-user] Support for "static" arrays has been removed

2010-05-15 Thread Fabien Bodard
> 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 > > -

Re: [Gambas-user] Support for "static" arrays has been removed

2010-05-15 Thread Stefano Palmeri
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

Re: [Gambas-user] Support for "static" arrays has been removed

2010-05-15 Thread Fabien Bodard
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

[Gambas-user] Support for "static" arrays has been removed

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