- From: Gowri Paranthaman <gowri-us@aditi.com>
- Date: Fri, 8 Jun 2001 08:37:43 -0700
- To: "'JAMES BUULTJENS'" <it.consultant@usa.net>, <www-html@w3.org>
This will go by reference and hence it will not increase the memory usage (except for a puny 4+4 bytes). Gowri. -----Original Message----- From: JAMES BUULTJENS [mailto:it.consultant@usa.net] Sent: Friday, June 08, 2001 7:26 AM To: www-html@w3.org Subject: XML object Importance: High Hi, I need to find out if their is a difference in memeory usage in addressing an XML object in IE/VBSCript in the following manner. Function GetData1() oXMLDoc.async = False oXMLDoc.Load (tcXML) end function Function GetData2(toXMLDoc, toXSLDoc) toXMLDoc.async = False toXMLDoc.Load (tcXML) end function in GetData2 the XML object is passed into the function. TIA James ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1
Received on Friday, 8 June 2001 11:36:02 UTC