|
|
|
|
|
XMLClose (Function) In french: XMLTermine Closes an XML document created by XMLDocument. All the resources allocated when creating and handling the XML document are freed.
XMLDocument("XMLDoc", XMLCode)
XMLClose("XMLDoc")
Syntax
<Result> = XMLClose(<XML document>)
<Result>: Boolean - True if the document exists and if it is closed,
- False otherwise.
<XML document>: Character string Name of the XML document used. This document contains the XML code and it was created by XMLDocument.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|