Annc.Station

[This is preliminary documentation and subject to change.]

The Station property specifies the call letters of the broadcast station transmitting the interactive show.

Syntax

object.Station [ = sStation ]
 

Parts

object
Object expression that resolves to an Annc object.
sStation
String that contains the call letters of the station. The default value is an empty string.

Remarks

This property is one of the components that the Annc object uses to create the show reference string stored in the Annc.ShowRef property.

You are not required to set this property in order for the announcement file created by Annc.Store to be valid. The default value is sufficient in many cases.

Examples

The following example sets the Station property to a local broadcast station.

ann.Station = "KZZZ"
 

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.

See Also

Annc.Channel