Anyone know?

for example, how can i add items to a string array, without defining a size?

i hate having to redim preserve string (ubound(string) + 1) for each and every item i add to it... and it just seems that for thousands of items, this would be slow (btw i dont know know how many items to add - i just parse data and add them as they come along)

Also, how can u 'clear' an array?