This should work according to another stack overflow post but its not:
Dim arrWsNames As String() = {"Value1", "Value2"}
Can anyone let me know what is wrong?
This should work according to another stack overflow post but its not:
Can anyone let me know what is wrong? |
|||
|
Try this:
|
|||||
|
Try this:
|
|||
|
Wrong because the array name It would work like this:
By implying the array has two elements in it, the or
works fine with no size implied, you can fill it with as many elements as you like. |
||||
|