VoiceGuide IVR Software Main Page
Jump to content

Visual Basic Script Result Variables

Recommended Posts

Hi:

 

Is the only way to access results of VB script is by using VGRUNRESULT_LineNumber.TXT or SHLRESLT.TXT file?

 

If my VB module is called 'vbchange' can I play the variable $RV[vbchange] in the next module?

 

Thanks a lot!

Share this post


Link to post

If you want to return some information from your VB Script to be used by VoiceGuide later in the callflow you must save this data in a 'Result File'.

 

Once the VB Script finishes running all the variables in it are destroyed and VoiceGuide cannot see them... that's why you must save results in a file and then VoiceGuide reads them in after VBScript completes.

 

We will soon make available a set of functions you can use in the VB Script to simplify this process but in the meantime you must use the 'Results File'.

Share this post


Link to post

I have saved the data in a File but now I want to read the first Line.

1.- How can I read of the file row by row?

2.-what variables must I use?

3.-does exist any function that convert of number to string?

 

regards

josé

Share this post


Link to post

Have you tried using Text-to-speech ?

 

You can specify a text file to be spoken (using TTS) in the "Sound file" text field.

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
×