Channels.Find Method

Finds a Channel object with a specific name.

Syntax

NSChannelMgr.Channels.Find( StationName )

Parameters

StationName

A String value specifying the name of the station to be found.

Return Values

Returns a Channel object.

Example

NSChannelMgr.Connect "LocalHost"
' find Station named OHlive
Set AStation = NSChannelMgr.Channels.Find( "OHlive")
' give it a description
AStation.Description = "Live rex from Opera House"

See Also

Channels object

© 1996-1998 Microsoft Corporation. All rights reserved.