VoiceGuide IVR Software Main Page
Jump to content

Vb Script Questions

Recommended Posts

John wrote:

 

Another question about returning information from the called

Program or script back to VoiceGuide. The vbs is as following.

 

set vg = CreateObject("VoiceGuide.CommandLink")

vg.Run_ResultReturn $RV_LINEID,  "[birth]{721111}" 

br = $RV[birth]

msgbox br

set vg = Nothing

 

The message box popup but shows a previous value not "721111". Is

there anything wrong with my script?

Share this post


Link to post

The RV's in the VG Script are all replaced with the RV's current values before the script is ran...

So before running the script the "$RV[birth]" would be replaced with it's current value - and then the resulting .vgs file would be ran...

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
×