How to pass array variables in sub procedure

Y

Ying

Suppose I have a sub procedure with array variables:

Build_Matrix(Matrix_Dim as interger, MatDate() as Date,
TimeInterval() as double)

I want to call "Build_Matrix" in another procedure. How do
I pass the array variables: MatDate() and TimeInterval()?

Thanks!
 
Top