AddNil Method
See Also Example Applies To
Adds an XMLRPCValue object set to XMLRPC_NIL to the object.
Syntax
object.AddNil ()
| Part |
Description |
| object |
An object expression that evaluates to an XMLRPCArray object. |
Remarks
An example of the code fragment needed is below:
Dim X as New XMLRPCArray ' The Array to be added to
X.AddNil
|