Use the same structure as you used before:
Code:for (int i = 0; i < region.Length; i++) { for (int j = 0; j < region[i].Length; j++) { //Assignment goes here } }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |