Previous | Next |
Returns or sets the String value for the description of the station.
Syntax
Station.Description
Example
Set MyStation = NSChannelMgr.Channels.Find( "Unrealistic Hi-fi")
MyStation.Description = "Quadraphonic Surround-Sound!"
MsgBox ("Station " & MyStation.Name & " is described as " _
& MyStation.Description & “.”)
See Also
Previous | Next |