How to declare Multi-dimensional dynamic array?

  • Thread starter Thread starter Terence
  • Start date Start date
T

Terence

Hi,

We can declare a dynamic array by:

Dim myArray() As String

But I would like to declare a 2-dimensional dynamic array.
How to do it? Anyone knows?
Thanks a lot!

Terence
 

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

Back
Top