one stupid question..
Visual Basic
2
Posts
1
Posters
0
Views
1
Watching
-
I'm sorry to ask you this question .. but I have to now in c++ after you declare the array and when you want to get the content of hte array item 2 then you do char k[10]={'k','m','g'...}; cout<< k[1]<<" "; how to do it in VB.Net?? I wrote something like below and got error.. why is that??? Dim sArray() As String Dim i As Integer i=0 sArray(i) = "a string"
-
I'm sorry to ask you this question .. but I have to now in c++ after you declare the array and when you want to get the content of hte array item 2 then you do char k[10]={'k','m','g'...}; cout<< k[1]<<" "; how to do it in VB.Net?? I wrote something like below and got error.. why is that??? Dim sArray() As String Dim i As Integer i=0 sArray(i) = "a string"