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