XmlCharacterData::DeleteData (open)
Remove text from the node
Syntax
LOADLIB "wh::xml/dom.whlib";
MACRO DeleteData(INTEGER position, INTEGER count)Parameters
INTEGER positionDelete position
INTEGER countNumber of bytes to delete
Remove text from the node
LOADLIB "wh::xml/dom.whlib";
MACRO DeleteData(INTEGER position, INTEGER count)INTEGER positionDelete position
INTEGER countNumber of bytes to delete