Changes

Jump to: navigation, search

Visual Basic Arrays

37 bytes added, 15:25, 3 August 2007
Assigning Values to Individual Array Elements
</pre>
A ''For'' loop can also be used to assign multiple values to an array.The following code excerpt loops through the elements of an array assigning the current value of the loop counter to the corresponding array elementindex:
<pre>
Next intCount
</pre>
 
== Accessing Array Element Values ==

Navigation menu