SetXMLAttribute()
语法
SetXMLAttribute(Node, Attribute$, Value$)概要
Sets the value of the attribute on the given XML node. If the attribute does not exist yet, it will be added.
参数
Node The XML node to set the atttribute. Attribute$ The attribute name to change or create. Value$ The new value to set.
返回值
无.
Remarks
Only nodes of type #PB_XML_Normal can have attributes. For all other node types this function is ignored.
参阅
GetXMLAttribute(), RemoveXMLAttribute()
已支持操作系统
所有