07-05-2011, 03:48 PM
Thanks for ur reply
but i'm declaring it as a static array and however would like to change the size of the array(dynamically)
Is it possible to change the static array into dynamic array
for ex:
Dim customer(30)
ReDim customer(50)
Is this correct?
but i'm declaring it as a static array and however would like to change the size of the array(dynamically)
Is it possible to change the static array into dynamic array
for ex:
Dim customer(30)
ReDim customer(50)
Is this correct?