VoiceGuide IVR Software Main Page
Jump to content

Vb Scripts Running Failed

Recommended Posts

I tried to use the sample VB scripts 'Write to file'. It will write the infomation to the file. but it always take fail path if I choose 'wait until scripts complete'. thanks for your reply.

Share this post


Link to post

From http://www.voiceguide.com/vghelp/html/modVbs.htm :

 

A "Success" or Result Variable list must be returned to VoiceGuide (either though a Run_ResultReturn COM function or a Result File) in order for it to go down the Success path.

If no result is returned then the "Fail" path is taken after the VBScript completes.

Calls to Script_Gosub(), Script_Goto() and Script_Return() functions result in immediate running of the next module.

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
×