VoiceGuide IVR Software Main Page
Jump to content

Refromat $rv_starttime & $rv[moduletitle] String

Recommended Posts

Hi I need to change the format of the variable that is being added to the MS Access DB.

 

Change variable 1

----------------------------------

$RV_STARTTIME string is entered as '2009/08/12 10:02:30 AM'

Customer requires string to be '20090313-093114'

 

 

Change variable 2

----------------------------------

$RV[ModuleTitle] (is a Record module)

$RV[ModuleTitle] string is entered as 'C:\SURVEYS\ECII\0526121133_4_.wav'

Customer requires string to be 'C:\SURVEYS\ECII\ECII-COM-20081218-150435.wav'

 

------------------

 

Any help would be greatly appreciated.

 

 

Thank you.

Share this post


Link to post

At the beginning of the script use an Evaluate Expression module to set your own start time string. Use this expression:

"20$RV_YY$RV_MM$RV_DD-$RV_HH$RV_NN$RV_SS"

and store it in your own RV.

 

You can then use that $RV later on.

 

To have the record module save the sound in the filename of your choice just specify the filename. You can use $RVs when specifying the filename.

 

If you still have problems please post your script and indicate which module you have problem with.

Share this post


Link to post

Thank you. That sounds like it will do the trick. I will get to it this morning and will post back if any further help required.

Regards.

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
×