Guest Victor Report post Posted 08/19/2004 04:20 PM I'm attempting to set up an Information line service. What I want to do is very simple. I want the caller to enter a 4 digit code and have a corresponding sound file play. For example, if code 1234 is entered, I want the sound file named 1234.wav to be played. As more sound files are added, more codes automatically become available. I cant figure out how to get an entered code to correspond to a sound file then play it. Can anyone help? Thanks in advance, Victor Share this post Link to post
Guest Guest_CSI Report post Posted 08/19/2004 07:31 PM If your input module is called "GetNumbers" then your next module would be a Play sound module and you would play the file name like this: c:\sounds\$RV[GetNumbers].wav $RV[GetNumbers] would be replaced by the number that the caller entered. Share this post Link to post