revXMLRPC_GetParamCount

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
revXMLRPC_GetParamCount(<XMLRPCdocumentID>)
Associationsxml-rpc library
Summary

Returns the number of parameters from an XML-RPC document structure.

Introduced2.5
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
XMLRPCdocumentID

The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request, or the successful revXMLRPC_Execute function when you executed an XML-RPC request.

Example
local tParamCount
put revXMLRPC_GetParamCount(tResponse) into tParamCount
Values
NameTypeDescription
return

The number of parameters contained in an XML-RPC document structure.

RelatedCommand: revXMLRPC_AddParam
Function: revXMLRPC_Execute
Glossary: XML-RPC
Library: XML-RPC library
Securitydisk, process
Description

Use revXMLRPC_GetParamCount to get the number of parameters contained in the structure of an XML-RPC document.