IDLffXMLDOMCharacterData::InsertData

The IDLffXMLDOMCharacterData::InsertData procedure method inserts a string in the node’s character data at a specified offset.

Syntax

Obj->[IDLffXMLDOMCharacterData::]InsertData, Offset, String

Arguments

Offset

A scalar value that indicates where in the character data to begin inserting the string contained in String.

String

A scalar string to be inserted in the character data at the point indicated by Offset.

Keywords

None

Version History

6.1

Introduced