G Guest Oct 6, 2004 #1 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
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 Oct 6, 2004 #2 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"
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"