speakdigits
DIGITS

The speakdigits statement buffers up one or more digits to be spoken later by the speaknow statement.


Parameters

This statement has one parameter:

digits – digits to be spoken.


Description

This statement buffers up one or more digits to be spoken later by the speaknow statement. The digits will be spoken individually, not as combined. For example “12” will be spoken as 1 2, not as twelve.

This example first speaks the word “twelve”, then spells it out by speaking the indivdual digits 1 2.

speakwords "12."
speakdigits "12"
speaknow

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.