Home
Products & Services
Developers
XML
XML-RPC
Contents Table
On-Line Help
Release Notes
Install Notes
Binaries
Sources
RSS
About & Contact
Want to know more?
Use the following form to contact someone at EnAppSys for more information.

AddArray Method

See Also   Example   Applies To

Adds an XMLRPCMember object containing a name and an XMLRPCArray to the object.

Syntax

object.AddArray (name, value)

Part Description
object An object expression that evaluates to an XMLRPCStruct object.
name Required. A string which is the name of the value to add.
value Required. The XMLRPCArray object to be appended to the XMLRPCStruct object.

Remarks

An example of the code fragment needed is below:

Dim X as New XMLRPCArray ' The Array to be added
Dim Y as New XMLRPCStruct ' The struct to have the array added to it

X.AddString "Fred"
X.AddInteger 12345

Y.AddArray "Example", X
Terms of Use, Cookie and Privacy PoliciesAll Materials on this Website are Copyright EnAppSys Ltd. ©2002 - 2012
Registered Office: EnAppSys Ltd, Arnison House, 139B The High Street, Yarm, Stockton-on-Tees TS15 9AY
Registered in England and Wales, Number: 4685938