Changes

Jump to: navigation, search

Visual Basic Multidimensional Arrays

1 byte added, 19:24, 9 April 2009
no edit summary
== Accessing Elements of a Multidimensional Array ==
Array element elements are accessed using the same technique as that used to assign values to elements, by specifying the index into each dimension. The following example uses a nested For loop to iterate through a two dimensional array and display each element in a MessageBox:
<pre>

Navigation menu