Array Dimension

  • Thread starter Thread starter Shapper
  • Start date Start date
S

Shapper

Hi,

I have declared an array as follows:
Dim MyArray As Integer = {1, 2, 3}

How can I get the dimension of the array so I can use it in a Select
Case?

Thanks,
Miguel
 

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