G
Guest
In an effort to try curbing the amount of memory my application is using I
would like to ask a simple question...
I have multiple forms with multiple subs in them. does a Dim statement
clear itself from memory when a form closes. the reason I ask is that I have
a large amount or dim drw as datarow statements in my app and If the
application doesnt clear the contents of the dim I'd like to manually do it
at the end of each sub
Cheers
Niels
would like to ask a simple question...
I have multiple forms with multiple subs in them. does a Dim statement
clear itself from memory when a form closes. the reason I ask is that I have
a large amount or dim drw as datarow statements in my app and If the
application doesnt clear the contents of the dim I'd like to manually do it
at the end of each sub
Cheers
Niels