SetXMLNodeText()

语法

SetXMLNodeText(Node, Text$)
概要
Changes the text contained within the given XML node. See GetXMLNodeText() for more information.

参数

Node The XML node to set the text.
Text$ The new text to set.

返回值

无.

Remarks

If the node contains children, changing its contained text may require an adjustment of the child nodes offset values as well.

参阅

GetXMLNodeText()

已支持操作系统

所有

<- SetXMLNodeOffset() - XML Index - SetXMLStandalone() ->