Changes

Jump to: navigation, search

Visual Basic Arrays

5 bytes added, 18:52, 13 August 2007
no edit summary
   In [[Understanding Visual Basic Variable & and Constant Types]] and [[Declaring Visual Basic Variables and Constants]] we looked at storing data (such as numbers, strings and boolean true or false values) in memory locations known as variables and constants. The variable types covered in those chapters were useful for storing one value per variable. Often, however, it is necessary to group together multiple variables into a self contained object. This is where the concept of Visual Basic Arrays comes in.
== What is a Visual Basic Array ==

Navigation menu