Page 1 of 1

Multi-dimensional Arrays

PostPosted: Sat Jul 06, 2013 8:34 am
by Chasm
Are they implemented? I've read some topic talking about them, but didn't really find a definitive answer.

Thanks

Re: Multi-dimensional Arrays

PostPosted: Sat Jul 06, 2013 10:10 am
by nerdzero
Nope. You can use List<of List<of Something>> or MultiList<of Something>

See here: viewtopic.php?f=4&t=3920#p8614

Re: Multi-dimensional Arrays

PostPosted: Sun Jul 07, 2013 2:23 am
by hopscc
There is still a patch to provide min support (multidim and jagged) on ticket:253

Re: Multi-dimensional Arrays

PostPosted: Sun Jul 07, 2013 10:32 pm
by Charles
My current view is that MultiList does more than multi-dim arrays will ever do. When you use MultiList do you run into limitations?

Re: Multi-dimensional Arrays

PostPosted: Sun Jul 07, 2013 11:52 pm
by hopscc
Have a look at the last post (and lead up to it) on nerdzeros link above.
You have to know about MultiList to use it - Arrays: well everyone groks arrays ...