VoiceGuide IVR Software Main Page
Jump to content

$rv[record 9]

Recommended Posts

hi i am trying to retrieve the filename of the record module in the voiceguide script e.g $RV[Record 9]

in my vbscript i would like to say "str = $RV[Record 9]" It seems $RV[Record 9] returns something other than a string, how can i get the name or the whole path to the file.

Share this post


Link to post

You should probably be using this in your vb script:

 

str = "$RV[Record 9]"

 

If you still have problems please post your VoiceGuide script (.ZIPed)

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
×