Hi list...
When closing a MIAW, is it necessary to void a global variable for it
after you do the close() and forget() methods on it?
In other words...
-- gVow is a global referring to window("Garbage")
-- closing the MIAW:
gVow.close()
gVow.forget()
-- now, is this necessary:
gVow = VOID
-- ...or does the close and forget already make that void?
Thanks,
Michael M.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]