VB Code:
Dim MyA(0 to 1, 0 to 2) As String MyA(0) = "hello" 'Why can't I assign a stupid string to the first level of the array? MyA(0,0) = "hello" "I dont want to do something like that! 'is what i'm trying to do impossible?
|
Results 1 to 16 of 16
Threaded View
|
Click Here to Expand Forum to Full Width |