appendData Method
Appends the supplied string to the existing string data.
oXMLDOMCharacterData.appendData(data);
HRESULT appendData(
BSTR data
);
General Remarks
The length property is also updated by this operation.
This method applies to the following objects and interfaces:
IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, and IXMLDOMText.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.