VoiceGuide IVR Software Main Page
Jump to content

Scriptgoto

Recommended Posts

Hello

 

I often use

vg.Script_Goto iLineId, sDestScript, sDestModule, sRvList

function to pass parameters from one module to another. Sometimes I do a return transfer (module 1 -> module 2 -> module 1).

 

Why i do use it: to retreive data from a database, than transform it and send to submodule. My menu is divided into module (separate files).

 

Are there any limitations of the method or a better way to accomplish my task?

 

 

Dominik

Share this post


Link to post

There are no limitations on using vg.Script_Goto

 

If you are using vg.Script_Gosub then there is a 'stack size' type limit - you can only drill down about 100 'subroutine' layers down... not a limit which would be in danger of being exceeded I think...

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×