VB.NET
This statement compiles just fine:
Dim NumbersList() As Integer = (12, 32, -3, 114, 543)
But this one will not:
Dim StringsList() As String = ("make", "it", "work", "please")
I get a ')' expected at the first comma, any ideas why?
|
Results 1 to 3 of 3
Thread: A question about arraysThreaded View
|
Click Here to Expand Forum to Full Width |