Destroying Dinamic array

  • Thread starter Thread starter Paul Overway
  • Start date Start date
P

Paul Overway

It doesn't matter because the array will go out of scope when your object is
destroyed anyway. Nevertheless, you'd need to use ReDim.
 
Hello there

I declared a dinamic array inside of class module

Now on the class module teminate event i would like to destroy all its
items.

On C++ i used detete.

What is the fuction that do it on access vb?

--
øåòé âåìãäîø
ù.î. òúéã äðãñú úåëðä
(e-mail address removed)
èì: 03-5611606
ôìà' 050-7709399
 
Back
Top