Guest Ada Report post Posted 06/11/2020 07:32 AM I would like to ask that can the current database query module's script call the previous script (Get Number module)? I have two vgs file (script) Thank you. Share this post Link to post
SupportTeam Report post Posted 06/11/2020 07:36 AM "GOSUB" / "RETURN" and "GOTO" between scripts is supported. Please see the "Branching to other scripts and calling subscripts" section of this Help file topic: https://www.voiceguide.com/vghelp/source/html/paths.htm Share this post Link to post
Guest Ada Report post Posted 06/11/2020 08:41 AM But, I need to use previous script (Get Number module ) in the current database query module's script to use for SQL query result Variable Share this post Link to post
SupportTeam Report post Posted 06/11/2020 08:46 AM Do you need to use the Result Variable created by the Get Number module? Yes. That's fine. All Result Variables created during the call are visible to all other modules/scripts ran on that line for the entire call. Have you tried it? If you are encountering problems please post your script and the vgEngine traces and we can better advise. Share this post Link to post