Previous | Next |
Retrieves 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.GetDescription)
See Also
ChannelFormats Collection Object
Previous | Next |