nsa Report post Posted 08/25/2009 02:44 AM 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
SupportTeam Report post Posted 08/25/2009 03:17 AM 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
nsa Report post Posted 08/25/2009 10:39 PM 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