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 or to save it to a file. This function should be used to determine the needed buffersize for the ExportXML() command.
The 'Flags' parameter can be used to specify the same options as accepted by the ExportXML() command. It allows to include these options in the size calculation.
Supported OS
All