34,333
edits
Changes
→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 ==