INT %XML_AddElement( INT in node, TEXT in elementName )
INT _doc _doc := %XML_CreateDocument() INT _el _el := %XML_AddElement(_doc, "element")
Related pages:
XML file manipulation functionsFunction arguments - types
0 komentárov