private sub routine1 ()
dim i as integer
dim obj as imagelist
set obj = new imagelist
...
...
end sub
will the "i" release after routine1 runs?
will the "obj" release after routine1 runs?
if not how to release them?
|
Results 1 to 35 of 35
Threaded View
|
Click Here to Expand Forum to Full Width |