News

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.
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 ...