0
Reply

Understanding Arrays in Visual Basic .Net

Ask a question
Suresh

Suresh

14y
2.1k
1
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.html
In this tutorials, you take a look at how to define, populate, and use arrays in your applications.