G
Gerardo
I'm working with arrays, and I thought that I could store the names for
(let's say) rows in level one of the array, and then have stored values in
the second level. But it seems that the only place to store values is the
last level of the array. Does that means that I have to keep a second array
with the names for first level elements?
Moreover, if I need "redim preserve" it looks that I can't add a second
dimension to one dimensional array.
(let's say) rows in level one of the array, and then have stored values in
the second level. But it seems that the only place to store values is the
last level of the array. Does that means that I have to keep a second array
with the names for first level elements?
Moreover, if I need "redim preserve" it looks that I can't add a second
dimension to one dimensional array.