[Javascript] Clean up memory space used by variable

Beekman, Ron rbeekman at hiscom.nl
Thu Aug 16 08:40:25 CDT 2001


Hello, I use some server-side JavaScript for sending an email.
 
<%
var myMail = Server.CreateObject("CDONTS.NewMail")
 
... some more coding ...
 
myMail.Send()
%>
 
How can I free up the memory space after the email is sent?
 
In VBscript, "set myMail = Nothing" is used to free up the memory space.
Is there any need for this in JavaScript?
 
Any suggestions are welcome, TIA!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20010816/b5b00984/attachment.htm>


More information about the Javascript mailing list