hi all,

i've got something that may look a stupid question...

when i dim an object like this:

Dim MyVar(1000000) as string

then at the end of the project if i want to free it like this:

Set MyVar(1000000) = Nothing

i get a "object still needed error" even though i'm really not using that variable and it has not been declared public...

What am i doing wrong?

thanks,

w.