VoiceGuide IVR Software Main Page
Jump to content

Return Values

Recommended Posts

Hi,

 

I am writing some information to a file via the Run Program

 

ie.

 

command.com /c echo $RV_CIDNUMBER,$RV[ClientID],$RV[GroupLotDemo1.vgs|GetPinID]

 

Notes**

 

The third parameter is from another .vgs. How do I list this properly on the command line. I think I have the syntax incorrect.

 

Can someone help me with this.

 

Thanks.

Share this post


Link to post

Just use:

 

$RV[GetPinID]

 

The RV's are set using the module's name and are still available even after jumping to another script.

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
×