Re: [Gambas-user] New feature in Gambas 3 development version

2008-09-01 Thread Doriano Blengino
Benoit Minisini ha scritto: > Hi, > > If you use the development version, now you can declare typed object arrays: > > DIM ArrayOfLabels AS Label[8, 8] > > The Label[] class is dynamically created by the interpreter the first time it > is used. > > It has exactly the same features as the Object[]

[Gambas-user] New feature in Gambas 3 development version

2008-08-31 Thread Benoit Minisini
Hi, If you use the development version, now you can declare typed object arrays: DIM ArrayOfLabels AS Label[8, 8] The Label[] class is dynamically created by the interpreter the first time it is used. It has exactly the same features as the Object[] class, except that it always returns Label