Hi guys,
I have a challenge here…need to build a dynamic menu combining TTS and WAV files.
A WS will return up to 10 possible values, can be from 1 to 10.
I need to prompt this as:
for i=1 to WS.length
For <WS.TTS> press <i>
next
Any idea on how could I do this?
Thanks in advance