Changes

Jump to: navigation, search

Visual Basic Arrays

335 bytes added, 16:28, 3 August 2007
Accessing Array Element Values
== Accessing Array Element Values ==
 
Accessing an element in a Visual Basic array is similar to assigning a value to an array element. All that is required is the array name and the index of the element to be accessed. The following Visual Basic code excerpt displays MessageBoxes containing the string value the first and seconds elements in the strColors array:
 
<pre>

Navigation menu