Quote Originally Posted by Atheist View Post
An array is simply a block of memory. The dimensions of an array is directly related to the size of this block. If you want to resize your array, you need to allocate a larger memory block.
But in VB6, we could dynamically increment the array size by using the ReDim keyword...! So, how does VB dynamically allocate memory in this manner ?