2 lines
78 B
Text
2 lines
78 B
Text
|
|
Dim myArray(1 To 2, 1 To 5) As Integer => {{1, 2, 3, 4, 5}, {1, 2, 3, 4, 5}}
|