populate array with a loop

AccessWillKill

Registered User.
Local time
Today, 21:29
Joined
Oct 2, 2010
Messages
50
I'm pretty certain i did this in VB.Net in university, i know VB is a bit different but is it possible to populate an array using a loop?
 
There are some tutorials about loops in the FAQ section (I think) or Code Repository.

dim the array, initialize it, loop through it using a For Each loop or normal For loop.
 

Users who are viewing this thread

Back
Top Bottom