FreeXML()

Syntax

FreeXML(#XML)
Description
Frees the XML object and all data it contains.

Parameters

#XML The XML object to free. If #PB_All is specified, all the remaining XML objects are freed.

Return value

None.

Remarks

All remaining XML objects are automatically freed when the program ends.

Supported OS

All

<- ExportXML() - XML Index - GetXMLAttribute() ->