[propget] HRESULT Count([out, retval] long * Count);
returns the number of nodes currently in the collection
dim e set e = CreateObject("pocketSOAP.Envelope.2") e.Parameters.Create "a", 10 e.Parameters.Create "b", 20 ' prints 2 wscript.echo e.Parameters.Count
Copyright © Simon Fell, 2000-2004. All rights reserved.