Tips in VB.NET - Tip #3
How to get more than one value from a function or sub routine - Part II
In this section, we will use the other way of getting more than one processed value from a function.
Before that lets see what is Collection and what can be done with a collection.
Collections
Collection represents a set of objects that can be access by stepping through each element in turn.
What is the big deal ?. Even an array can hold a set of objects.
True, but we have more flexibility when we use a collection object when compared to arrays.
http://www.dotnetspider.com/Technology/KB/ShowSample.aspx?SampleId=292
