|
-
October 4th, 1999, 06:52 AM
#1
Object chaining
How could i delete an object from memory when the object has been created with New keyword.
Dim obj1 as MyClass
set obj1=new MyClass
' How to delete obj1 from memory ???
If i affect Nothing to obj1 will be the object removed from memory (like a Java garbage collector ) ?
thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|