Previous | Next |
Returns the number of Stream objects in a Streams collection object.
Syntax
NSChannelMgr.Streams.Count
Example
NSChannelMgr.Connect "LocalHost"
Dim Streams
Set Streams = NSChannelMgr.Streams
Set LastStream = Streams( Streams.Count – 1 )
MsgBox (Streams.Count & " Streams in collection")
See Also
Streams Collection Object, Stream Objects, Streams.Item
Previous | Next |