Here's a nice explanation of arrays
Arrays, What's the Point
On the Stackoverlow Podcast, Joel and Jeff agree that arrays are obsolete. There are far better data structures, most of which are built on arrays.
I still use arrays quite a bit. But considering I'm using an obsolete language (VBA = VB6), I guess that's not [...] Read More...