|
-
December 9th, 1999, 01:14 PM
#1
Memory releasing
For a local recordset variable within a function or procedure, how's its life scope? Is its memory released after the exiting the function like an auto variable?
One more question: are there any visual basic code check software available like the codecheck for C/C++?
Thank you
-
December 9th, 1999, 02:26 PM
#2
Re: Memory releasing
It's alive within procedure, but it's a good practice to close it and set to Nothing explicitly
Vlad
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
|