XmlCharacterData::InsertData (open)
Insert data at the given offset
Syntax
LOADLIB "wh::xml/dom.whlib";
MACRO InsertData(INTEGER position, STRING arg)Parameters
INTEGER positionInsert position
STRING argData to insert
Insert data at the given offset
LOADLIB "wh::xml/dom.whlib";
MACRO InsertData(INTEGER position, STRING arg)INTEGER positionInsert position
STRING argData to insert