Changes

Jump to: navigation, search

Visual Basic Arrays

1 byte added, 14:58, 3 August 2007
What is a Visual Basic Array
A Visual Basic array is an object that contains a specified number of items. Once you have grouped all the items into the array you can then perform tasks like sorting the array items into alphabetical or numerical order, accessing and changing the value assigned to each array item, and passing the group of items as a parameter to a Visual Basic Function or Subroutine (see [[Visual Basic Modules and Procedures]]) by passing just the array object.
In this chapter we will look in detail at how to create and manipulate both single and multi-dimension multidimensional Visual Basic arrays.

Navigation menu