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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top