VoiceGuide IVR Software Main Page
Jump to content

Create Array In Script?

Recommended Posts

How do I create an array in the script? I want to create an array and change the value of it throughout the script, changing it in the evaluate module. Is it possible?

Share this post


Link to post

Just create an array by including an index number within the name of the RV you create, eg: create these vars:

 

$RV[MyValue_1], $RV[MyValue_2], $RV[MyValue_3], $RV[MyValue_4] etc...

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
×