HRESULT Clear();
Removes all the nodes from the collection
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
Copyright © Simon Fell, 2000-2004. All rights reserved.