VB Array - Arrays in Visual Basic 6
An array is a consecutive group of memory locations that all have the same name and the same type. To refer to a particular location or element in the array, we specify the array name and the array element position number.
visualbasic.freetutes.com |