Using Collections

  Download Code
Downloads:370 Bookmark this code Bookmark and Share
Rank : Not rated yet
Rated by : 0 user(s)
Developer:Junaid Shabbir  |   35 submission(s)
Date Uploaded:November 08,2007
Level:Begginer
Size: 2.29 KB
Category:VB6 -> Language Basics
Developer Says:

There are two ways to store related data (Arrays & Collections). Both are used in certain situations. Accessing the individual elements of array creates problem as we have to traverse all the elements by using a loop to search for a specific element. There is a convinient way to access the elements of a collection by using the key. The elements inside a collection are stored as a (key,value) pair


User Reviews
There are no user reviews on this code
Leave a Comment
Age (Required, will not be shown)
Name
Email (Required, will not be shown)
Website (Optional, starting with http://)
 
Rate this code
Poor   1 2 3 4 5   Outstanding
Are you human ?

Enter the code shown above