VoiceGuide IVR Software Main Page
Jump to content

Changing Variables Names

Recommended Posts

How to change a name of variables?

 

I got a variables from database and they are named '$RV_queryresult_1_1', '$RV_queryresult_2_1', '$RV_queryresult_3_1'

and I need to change a name '$RV_queryresult_1_1' on '$RV_wynik', '$RV_queryresult_2_1' on '$RV_suma' and '$RV_queryresult_3_1' on '$RV_ilosc'

 

how to change this?

Share this post


Link to post

You can use Evaluate Expression module to set new RV's, or use one of the COM function calls from withing VBScript.

 

Have you had a look at the vgEngine trace capturing your query? I'll show you the RVs defined after Database retrieval. RVs based on column names are automatically defined.

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
×