Using a loop to build an array?
Posted: Wed Aug 16, 2006 11:41 am
How would I use a loop that would build out an array, with the count of the loop being added to the array each time?
ex... the loop goes 5 times, i want array(1, 2, 3, 4, 5) in a variable....
Thanks!
ex... the loop goes 5 times, i want array(1, 2, 3, 4, 5) in a variable....
Thanks!