VoiceGuide IVR Software Main Page
Jump to content

How To Access Result Variable From Vbscript

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×