Guest meiotic Report post Posted 06/06/2006 12:55 AM HI, I have a query which returns a result set like Burnaby Vancouver What is the best way to build a string to be played by the TTS engine, Press 1 for Burnaby, Press 2 for Vancouver? Thanks, Paul Share this post Link to post
SupportTeam Report post Posted 06/06/2006 10:52 AM Have you read up on VoiceGuide's Result Variables? See: http://www.voiceguide.com/vghelp/html/ResultVariables.htm Share this post Link to post
Guest meiotic Report post Posted 06/07/2006 05:54 AM Thanks I use them all of the time. I was looking to see if anyone had a sample scripts to take a record set New York New Jersey and form it into a string "Press 1 for New York Press 2 for New Jesery","New York", "New Jersey" So we could gather digits and know which city they picked. We ended up doing it is CLR as it seemed easier to call from VBS that writing a script. I will store all three paramters in variables. Paul Share this post Link to post
SupportTeam Report post Posted 06/07/2006 10:35 AM If the "New York" and "New Jersey" etc were to be stored in RV's RV$[DB_1_1] and RV$[DB_1_2] respectively then the TTS string would be like this: Press 1 for RV$[DB_1_1] Press 2 for RV$[DB_1_2] is this what you are after or is it something else that you need to set up? Share this post Link to post