ExportXMLSize()
Syntax
Result = ExportXMLSize(#XML [, Flags])Description
Returns the size in bytes that will be needed to export the given XML tree to a memory buffer. This function should be used to determine the needed buffersize for the ExportXML() command.
Parameters
#XML The XML to use. Flags (optional) It can be used to specify the same options as accepted by the ExportXML() command. It allows to include these options in the size calculation.
Return value
The size in bytes that will be needed to export the given XML tree to a memory buffer.
See Also
ExportXML()
Supported OS
All