I have an MxN matrix of values, and I'd like to dynamically add either rows or columns to the matrix using "redim preserve". Anyone know which one is going to be better ...
You can use dynamic arrays with the other existing array functions (DIM, HBOUND, LBOUND) as long as the array has been created with MAKEARRAY or REDIM. If your program references a dynamic array ...