You cannot export this page, because it is not available in the current version, variant, or language.
changes.mady.by.user D2000 Dev Team
Uložené okt 13, 2017
changes.mady.by.user D2000 Doc Team
Uložené jan 01, 2022
INT %XML_AddTextNode( INT in node, TEXT in text )
INT _doc _doc := %XML_CreateDocument() INT _el _el := %XML_AddElement(_doc, "element") INT _txt _txt := %XML_AddTextNode(_el, "text")
XML file manipulation functionsFunction arguments - types