Destroying Dinamic array

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.
 
R

Roy Goldhammer

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?

--
øåòé âåìãäîø
ù.î. òúéã äðãñú úåëðä
[email protected]
èì: 03-5611606
ôìà' 050-7709399
 
Top