ChannelFormat.GetDescription Method

Gets a station format description.

Syntax

Station.ChannelFormats(index).GetDescription

Return Values

Returns a station format description.

Example

Set MyStation = NSChannelMgr.Channels.Item(0)
Set MyFormat = MyStation.ChannelFormats.Item(1)
MsgBox "Second station format description: " & _ 
    MyFormat.ChannelFormats.GetDescription

See Also

ChannelFormats objects

© 1996-1998 Microsoft Corporation. All rights reserved.