|
Why is it overiding the previous element in the rArray ? my logic was:
when i is 0 then rArray(0)=recset(0)
when i is 1 then rArray(1)=recset(1)
when i is 2then rArray(2)=recset(2)
etc...
how can i fix it so that i have an array with all the elements of the recordset???
|