[Gambas-user] multi dimension integer array question

KKing kicking177 at gmail.com
Mon Nov 16 13:31:03 CET 2020


I'm currently creating an integer array thus
     Public intPixel As New Integer[199, 1999]
where I know that 199 (Rows) and 1999 (columns) are sufficient for my 
current needs.

But is there some way to "REDIM" on the fly if establish more rows or 
columns are needed?

K.


More information about the User mailing list