L
Learner
Hello ,
I am kinda new to VB 6.0. Is the line of code
Private strCol(62, 2) As String declares a three dimensional array?
Because in the code it is being used
as
strCol(1,0) = "x"
strCol(2,0 )= "x"
strcol(3,0) = "x"
....
strCol(1,1) = "x"
strCol(2,1) = "x"
....
strCol(1,2) = "x"
strCol(2,2) = "x"
strCol(3,2) = "x"
Please take a moment to explain.
thanks
-L
I am kinda new to VB 6.0. Is the line of code
Private strCol(62, 2) As String declares a three dimensional array?
Because in the code it is being used
as
strCol(1,0) = "x"
strCol(2,0 )= "x"
strcol(3,0) = "x"
....
strCol(1,1) = "x"
strCol(2,1) = "x"
....
strCol(1,2) = "x"
strCol(2,2) = "x"
strCol(3,2) = "x"
Please take a moment to explain.
thanks
-L