speakcharactersslowly
CHARACTERS

The speakcharactersslowly statement buffers up one or more characters to be spoken later by the speaknow statement. Instead of speaking words, each individual character is spoken separately and slowly.


Parameters

This statement has one parameter:

characters – characters to be spoken.


Description

This statement buffers up one or more characters to be spoken later by the speaknow statement. Instead of speaking words, each individual character is spoken separately and slowly. The characters will be spoken individually, not as words. For example “cat” will be spoken as C A T.

This example first speaks the word “cat”, then spells it out by speaking the indivdual letters C A T.

speakwords "cat."
speakcharactersslowly "cat"
speaknow

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.