Two Dimentional Arrays

G

Guest

Can anybody tell me how to store data to a two dimentional array.if the array
is declared as dim ArrayName(50,500).
Thanks in advance
 
C

Cor Ligthert

Kurien
\\\
Dim ArrayName(50, 500) As String
ArrayName(0, 20) = "microsoft.public.dotnet.languages.vb"
///
In my opinion is that a better newsgroup for this kind of questions.

I hope this helps?

Cor

"Kurien Baker Fenn"
 

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