speakwords
TEXT

The speakwords statement buffers up one or more words to be spoken later by the speaknow statement.


Parameters

This statement has one parameter:

text – words to be spoken.


Description

This statement buffers up one or more words to be spoken later by the speaknow statement. The words will be spoken “as-is”.

This example speaks something like August 8th, 2018 is the time (of course the exact wording will depend on the day).

speakdate today()
speakwords "is the time "
speaknow

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.