invoso.com Report post Posted 03/08/2016 11:43 AM How to change or create variable in VG from outside? We want to hold on call until variable changing value, but not using active tools like looping sql query and but like trigger by other application. Share this post Link to post
SupportTeam Report post Posted 03/08/2016 12:18 PM The COM and WCF APIs can be called from outside programs or VBScripts etc. To set an $RV from outside program you can call the RvSet or the RvSet_RvList functions: http://www.voiceguide.com/vghelp/source/html/com_rvset.htm http://www.voiceguide.com/vghelp/source/html/com_rvset_rvlist.htm or the outside programs or VBScripts can just make the script jump to a different module: http://www.voiceguide.com/vghelp/source/html/com_script_goto.htm http://www.voiceguide.com/vghelp/source/html/com_script_goto.htm The Script_Goto and Script_Gosub will let you send VoiceGuide to new module/script immediately - so this is probably a better approach for your needs. Share this post Link to post