05-25-2011, 01:27 PM
Create a Dynamic array with the help of Redim with preserve for the variable TestEm in the loop
Exp :
for i = 1 to 100 then
Redim TestEm(i) preserve ....
Exp :
for i = 1 to 100 then
Redim TestEm(i) preserve ....