Arrays of arrays in VB6 (Visual Basic 6) - Visual Basic Tutorial - Learn VB Programming with source
While you can create two-dimensional arrays in Visual Basic, their structure isn't really flexible for at least two reasons: All rows in the array must have the same number of elements, and you can use ReDim Preserve to change the number of columns but yo
visualbasic.freetutes.com |