Changes

Jump to: navigation, search

Visual Basic Arrays

31 bytes added, 14:01, 19 March 2009
What is a Visual Basic Array
== What is a Visual Basic Array ==
<google>ADSDAQBOX_FLOW</google>
A Visual Basic array is an object that contains a specified number of variables of teh same type. Once you have grouped all the variable values 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.

Navigation menu