sastowe
13 years agoSuper Contributor
vbscript and garbage collection
I am in the habit of setting object variables to nothing when I am done with them. Somewhere in my past, I heard that the microsoft scripting engine had in-determinant timing of their garbage collection. Unlike VB6, garbage collection was done who only knew when. So we cannot count on those resources being recovered when the variables go out of scope? Is my memory making stuff up? Is this true or bogus? What do all y'all do? Thanks
S
S