At 17:09 +0100 2001_10_25, Jamie Dyer wrote:
>Is there a way to delete cast members when I no longer need them?
Yes, and it will release the memory occupied by the member.
-- erase member("myMember")
-- member("myMember").erase()
Or the safe way:
-- call #erase, [member("myMember")]
The "safe" method can be convenient during destruction, IF you should
happen to try to delete something not there.
Jakob
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]