Hey, is there a way to make an array that you can ADD more, or DELETE some.

like
dim TheMax as integer
global Array(1 to TheMax)

or something, so where
i can add MORE arrays to it, or DELETE arrays

so

Array(40) ' Delete it
so u can only have Array(39) or lower

or add one so u can have up to Array(41)

And such


I have a normal array right now.. but i can't add any more, or delete any.
I want flexibility