There is no need to void the variable, at least not from Director's point of view. If you want to do it for the sake of cleanliness and/or debugging, you could, but there's no technical need.


- Tab

At 01:16 PM 9/19/03, Mendelsohn, Michael wrote:
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!]

Reply via email to