VoiceGuide IVR Software Main Page
Jump to content

Empty Result Variable

Recommended Posts

If I have a result variable which receives it's value from caller input, and the caller doesn't enter a value then the variable is empty. (If I am correct after reading Voiceguide Help.)

 

I'm using these variables in calculations, and I need to know how to set these empty variables to a value of 0, in the abscence of caller input. It sure seems like it's probably really easy to do, but I'm too dumb to get it.

 

Thanks for your help.

Share this post


Link to post

You can assign a value of 0 to the Result Variable using an Evaluate Expression module, at the very start of the script...

 

If you have a number of RVs you'd like to pre-initialize to certain value you may want to look at using a VBScript module and setting the RV's using one of COM interface commands...

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
×