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