VoiceGuide IVR Software Main Page
Jump to content

If Else Function

Recommended Posts

How to simply determine action like function if, elseif, else

 

I need to determine different action comparing values of var.

 

example:

if var is NULL go to module A

elseif var is smaller than ccc go to module B

else go to module C

Share this post


Link to post

Can You write example of if else function?

 

 

I need to follow action diverse route

 

var<0 - route A

var=0 - route B

var>0 - route C

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
×