fluffybunny Report post Posted 01/15/2007 04:10 PM If I execute the COM command vg.Run_ResultReturn $RV_LINEID, "success" , will this stop the rest of the VBscript from running, and send voiceguide down the "success" path straight away, or will the VBscript complete before continueing on down the success path? Share this post Link to post
SupportTeam Report post Posted 01/15/2007 09:05 PM This will start VoiceGuide on the Success path and VoiceGuide will continue on progressing independently of the external VBScript. Share this post Link to post
fluffybunny Report post Posted 01/16/2007 09:14 AM So the VBscript and the Voiceguide script will run concurrently? Share this post Link to post
SupportTeam Report post Posted 01/16/2007 10:40 AM So the VBscript and the Voiceguide script will run concurrently?As soon as the Run_ResultReturn command is called the VoiceGuide script will continue down the selected path. VBScript contiues to run concurrently from that point. Similar happens when Script_Goto/Script_Gosub/Script_Return is called. Share this post Link to post