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