VoiceGuide IVR Software Main Page
Jump to content

Multiple Variables

Recommended Posts

Does anyone know if it is possible to use the f(x) to assign multiple result variables

within the same block?

 

something like

 

Expression to evaluate = whatever

and

assign result to the following result variable = $RV[whatever1], $RV[whatever2], $RV[whatever3]

 

any Ideas?

 

thanks

Share this post


Link to post

To set values of multiple Result Variables you're best to use a Run VB Script module.

 

You can then use either the COM functions RvSet or RvSet_RvList, or you could return multiple RVs as part of the Run_ResultREturn or Script_Return or Script_Goto or Script_Gosub functions.

Share this post


Link to post

Thanks for pointing me in the right direction, I would have been there for hours trying to use the F(x) mod.

 

Appreciate your time.

 

Thanks

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
×