well yea that is true... [Big Grin]

I will normally include

code:
if $count > 0
redim preserve $array[$count-1]
else
redim preserve $array[$count]
endif

or something along those lines... depends on what i am wanting to do.