SupportTeam Report post Posted 04/05/2004 03:05 AM John wrote: Another question about returning information from the called Program or script back to VoiceGuide. The vbs is as following. set vg = CreateObject("VoiceGuide.CommandLink") vg.Run_ResultReturn $RV_LINEID, "[birth]{721111}" br = $RV[birth] msgbox br set vg = Nothing The message box popup but shows a previous value not "721111". Is there anything wrong with my script? Share this post Link to post
SupportTeam Report post Posted 04/05/2004 03:07 AM The RV's in the VG Script are all replaced with the RV's current values before the script is ran... So before running the script the "$RV[birth]" would be replaced with it's current value - and then the resulting .vgs file would be ran... Share this post Link to post
Guest John Report post Posted 04/05/2004 06:21 AM Thanks You guys are great! Share this post Link to post