Reply to thread

A standard[code=vb]Dim i As Integer


For Each i In multiDimArray

Next[/code]will do it. Im not totally sure what order it traverses it

(which dimension increments first in the loop), but Im sure you

can figure that out.


Back
Top