to make an unlimited array?

you usually declare it as:

Code:
dim poo(100) as string
is there anyway to make the array never ending?