Passing a dynamic array to a method is no different than passing a static array, but the dynamic array must have been created by MAKEARRAY, REDIM, COPYARRAY, or an assignment statement. If the dynamic ...
I ran into a bit of a roadblock trying to code a program to perform simple matrix operations. The catch was that I wanted to be able to let the user specify the dimension of the matrices on the fly.
Dynamic arrays can be created and initialized in five ways: with the COPYARRAY function. See Using The COPYARRAY Function for more information. using simple assignment statements that copy the values ...