Visual Basic .NET Primer Plus

You will learn about the following in this chapter:

  • Single-dimensioned arrays and data lists

  • User interface design

  • Dynamic arrays

  • Multidimensional arrays and data tables

  • How to determine array boundaries

In this chapter you will learn about a basic data structure called an array. Arrays are used in many computer programs because they afford a convenient way of organizing data. As you will see, arrays are usually an extension of the basic data types provided by Visual Basic .NET. This chapter shows you how you can use arrays in your own programs.

Категории