Hi,<br><br>Currently, it seems impossible to use the output of SayNumber application as an input to Read application.<br>So, if you want to develop an IVR with something like &quot;You&#39;ve got 23 messages. Type 1 to listen to the first one. Type 2 to leave&quot;, you must parse this message into 3 pieces and want for the last one play to start listening of user input :<br>
  Playback ( &quot;You&#39;ve got&quot;)<br>  SayNumber (23)<br>  Read (&quot;messages. Type 1 to listen to the first one. Type 2 to leave&quot;, ...)<br><br>Being to get the list of sound files that SayNumber would play would be very convenient to build concatenate several one into one temporary file. When played with Read app, user wouldn&#39;t have to wait for the last part to type its answer :<br>
<br>  myfilelist = SayNumberFiles(23)<br>  tempfile=concat( &quot;You&#39;ve got&quot;, myfilelist, &quot;messages. Type 1 to listen to the first one. Type 2 to leave&quot;)<br>  Read (tempfile, ...)<br><br>Did I miss a workaround ?<br>
What would you say about this feature request ?<br><br>Regards<br>