XmlCharacterData::ReplaceData (open)
Replace data at the given offset
Syntax
LOADLIB "wh::xml/dom.whlib";
MACRO ReplaceData(INTEGER position, INTEGER count, STRING arg)
Parameters
INTEGER position
Replace position
INTEGER count
Number of UTF16 characters to remove
STRING arg
Data to insert