Voice.SpeakConstellation() Method

Speaks the full constellation name, given the standard 3-letter constellation abbreviation. Returns immediately, does not wait for speech to complete. No error is generated if speech is not available.

Syntax

Voice.SpeakConstellation(Abbrev)

The method syntax has these parts:

Part Description
Abbrev (String) standard 3-letter abbreviation for the constellation
Return (Nothing) Does not return a value.

Remarks

Speaks the full name of a constellation given its 3-letter abbreviation. SpeakConstellation() returns asynchronously; it may return before the text has been completely spoken. SpeakConstellationSync() will not return until the text has been spoken. Use SpeakConstellation() unless you absolutely must wait.