ISOAPNodes::Clear Method

HRESULT Clear();

Removes all the nodes from the collection

 

Return Values

 

Sample Code

dim e
set e = CreateObject("pocketSOAP.Envelope.2")
e.Parameters.Create "aa", 10
' prints 1
wscript.echo e.Parameters.Count 
e.Paramters.Clear
' prints 0
wscript.echo e.Parameters.Count

 

See Also

The ISOAPNodes Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.