VoiceGuide IVR Software Main Page
Jump to content

Empty Result Variable

Recommended Posts

One of my "get numbers" modules can return an empty value, meaning the user don't have to dial in a number and it will move on after two seconds, following is a VB script which checks this value, how can i check whether the value was empty? is it equal to an empty string or false?

 

Thanks.

Share this post


Link to post

An undefined RV is equal to an empty string.

 

To test if the RV is defines use an expression like this in an Evaluate Expression module:

 

"$RV[someModule]"=""

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
×