digits play back as numbers for long length digit sequences.
Posted: Tue Mar 10, 2009 11:05 pm
With the following syntax, I can correctly get the 10 digit accountNumber value, but the <say-as> plays it as a number instead of digits. change the length to 5 and it plays as digits just fine.
...
<field name="accountNumber" type="digits?length=10"/>
<filled>
<prompt>
<emphasis>OK, here's what I've got!</emphasis> You said your
account number was
<say-as interpret-as="digits">
<value expr="accountNumber" />
</say-as>
</prompt>
</filled>
....
What's up? Have I got something wrong here?
...
<field name="accountNumber" type="digits?length=10"/>
<filled>
<prompt>
<emphasis>OK, here's what I've got!</emphasis> You said your
account number was
<say-as interpret-as="digits">
<value expr="accountNumber" />
</say-as>
</prompt>
</filled>
....
What's up? Have I got something wrong here?