Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27348

Quick question on 2D Arrays

$
0
0
If I have a 2D array, e.g.
Dim array(10,10)

and I use a for each loop on it, e.g.

For each i in array

In which order does it loop?
Will it loop like this?

(0,0)
(0,1)
(0,2)
...
(1,0)
(1,1)

Viewing all articles
Browse latest Browse all 27348

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>