Guest DashboardResearch Report post Posted 03/14/2007 01:25 PM 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
SupportTeam Report post Posted 03/14/2007 01:33 PM 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
Guest DashboardResearch Report post Posted 03/15/2007 06:36 AM hi thanx support team it works perfectly Share this post Link to post