Hi, I've tried an ArrayList, and it's dynamic, but I can't make it multi-dimensional!
Is it possible to have an array of 2 dimensions that has the first dimension dynamic?
example:Thanks.Code:[x][0], [x][1]
Printable View
Hi, I've tried an ArrayList, and it's dynamic, but I can't make it multi-dimensional!
Is it possible to have an array of 2 dimensions that has the first dimension dynamic?
example:Thanks.Code:[x][0], [x][1]
You will have to use a collection for the first dimension.