VoiceGuide IVR Software Main Page
Jump to content

Return Value

Recommended Posts

hi

i am new here ,i have version 4.9

 

i wrote this code :

 

if testStation("50001")="OK" then

set vg = CreateObject("VoiceGuide.CommandLink")

vg.Run_ResultReturn $RV_LINEID, "success"

else

set vg = CreateObject("VoiceGuide.CommandLink")

vg.Run_ResultReturn $RV_LINEID, "fail"

end if

 

 

the line - vg.Run_ResultReturn $RV_LINEID, "success"

is wrong and - vbs error msg pop up because of: $RV_LINEID

 

i dont know why any sombody may help me please!!!

 

 

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
×