A fairly common requirement in writing software is the ability to hold lists of similar or related data. You can provide this functionality by using an array. Arrays are just lists of data that have a single data type.
http://f1tutorials.com/Tutorials/VisualBasicNet/Chapter6/chapter6.1.htmlIn this tutorials, you take a look at how to define, populate, and use arrays in your applications.