Livecode Wiki
Advertisement

Removes all XML-RPC document structures in memory.Syntax:

revXMLRPC_DeleteAllDocuments

Examples:

revXMLRPC_DeleteAllDocuments
if revXMLRPC_Documents() is not empty then revXMLRPC_DeleteAllDocuments

Use the revXMLRPC_DeleteAllDocuments command to free up memory after you finish using the XML-RPC library.

The revXMLRPC_DeleteAllDocuments command is part of

the XML-RPC library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "XML-RPC" library checkbox is checked.

See also: revXMLRPC_CreateRequest (function),result (function),revXMLRPC_Documents (function),revXMLRPC_Execute (function),XML-RPC library (library),

Advertisement