Dim X as integer
for X = 0 to <MaxNumber of Array>
Control(X) --perform action--
Next
replace <MaxNumber of Array> with the appropriate number or variable. This assumes of course that your controls are indexed from 0 to <MaxNumber of Array>.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.