how to increase dimension of an array by a set number of variable?
for example i have an array

dim co(n) as double

where n is a user defined number.
and every time i do certain operation on
array co(n), i want that its dimension sould increase by same "n" number.