Guest alok@siplnet.com Report post Posted 04/30/2005 11:37 AM Hi, Firstly I have started developing IVR system using your software just two days back. And I am able to achieve many things easily. So thanks for good graphic editior you have. It is easy to use. I have one requirement, I have to catch a result variable back from VB Script and I need to use it in the later stage of my Voice Guide script. Say $RV[AddItemResult] = 1 (I wrote this in VB Script File) I want to use in Voice Guide file just after this VB Script that if $RV[AddItemResult] < 1 do something Else Play_GoodBye file. How to achieve this. Regards Alok Share this post Link to post
Guest alok@siplnet.com Report post Posted 04/30/2005 11:52 AM In continuation of above. I am interested on storing the result in a variable. I am confused with some mehtods talk about storing it in text file. If I store results in text file then also I have to make another vb script file to read result back from text file. Then how I will get those variables back in my Voice Guide script. Regards Alok Share this post Link to post
SupportTeam Report post Posted 05/01/2005 12:33 AM See these Help file entries: http://www.voiceguide.com/vghelp/html/com_RvSet.htm http://www.voiceguide.com/vghelp/html/com_RvGet.htm http://www.voiceguide.com/vghelp/html/com_RvGetAll.htm http://www.voiceguide.com/vghelp/html/com_...RvGetAllXml.htm Share this post Link to post