Appends the specified string to the end of the character data of the node.

[VBScript]
Public Sub AppendData( _
   ByVal data As String _
)
[JScript]
public function AppendData(
   data : String
);

Parameters

data
The string to append to the existing string.

See Also

CharacterData Object | CharacterData Members | DOM Namespace