appendData method
[This documentation is preliminary and is subject to change.]
Adds a new character string to the end of the object.
![]() |
Syntax
object.appendData(bstrstring)Standards information
Parameters
- bstrstring [in]
-
Type: BSTR
String that specifies the new character string.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
appendData was introduced in Microsoft Internet Explorer 6
Build date: 2/14/2012
