Dynamic Menu

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

Did with a loop and some JS functions.

So you got it working?

If so, can you post the solution?

HI aklinbail

can you post your solution here , what you did in playing the prompt dynamically

thanks