Link to home
Start Free TrialLog in
Avatar of Hepen
Hepen

asked on

Loop through a multidimensional array?

How do I loop through a multidimensional array?

Dim Test(20,20) as String

How can I loop through all 400 items in this array and set a value?

ASKER CERTIFIED SOLUTION
Avatar of ZeonFlash
ZeonFlash

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial