Voice.SpeakConstellationSync() Method

Speaks the full constellation name, given the standard 3-letter constellation abbreviation. Returns only after speech is complete. Use only when absolutely necessary. No error is generated if speech is not available.

Syntax

Voice.SpeakConstellationSync(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.