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