[Gambas-user] Global multidimensional arrays

Eilert eilert-sprachen at ...221...
Mon May 9 17:51:28 CEST 2005


Benoit Minisini schrieb:
> In the development version, dynamic arrays can be multi-dimensional. So you 
> can write now:
> 
> STATIC PUBLIC p AS Float[]
> 
> and in the contructor:
> 
> p = NEW Float[5, 5]

Great thing, I'm really looking forward to it. Will it be possible to write

p = NEW Float[x, y]

too?

Rolf





More information about the User mailing list