Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

IDLffXMLDOMCharacterData::ReplaceData


Syntax | Arguments | Keywords | Version History

The IDLffXMLDOMCharacterData::ReplaceData procedure method replaces a number of characters, starting at an offset in the node's character data, with a string.

Syntax

Obj->[IDLffXMLDOMCharacterData::]ReplaceData, Offset, Count, String

Arguments

Offset

A scalar value that indicates where in the character data to begin replacement.

Count

A scalar number of characters in the character data to replace.

String

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

Keywords

None

Version History

Introduced: 6.1


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]