VB Array - Arrays in Visual Basic
Tutorials Shared by the Internet Community
Advertisements
VB Array - Arrays in Visual Basic
An array is a consecutive group of memory locations that all have the same name and the same type.Statistics
Total Hits - 36867
Total Votes - 104 votes
Vote Up - 45 votes
Vote Down - 59 votes
Domain - visualbasic.freetutes.com
Category - Visual Basic/Basic Concepts
Submitted By - Ali Abbas
Submitted on - 2008-10-18 21:47:59
Description
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. More detail...
Advertisements