Guest Ron Report post Posted 12/14/2005 04:43 PM Is there a way to jump to play module and then return to original module? I have a sound file named "You Took To Long.wav". I use it over and over in my script. I would really like to jump to the same play module and then back to calling module from several places in script. Kind of like a gosub routine in other programing lang. Share this post Link to post
SupportTeam Report post Posted 12/14/2005 10:07 PM Use the gosub path to jump to a sub-script. and use a the return path modifier to specify where the system should pick up after returning from the subscript. See: http://www.voiceguide.com/vghelp/html/Paths.htm Share this post Link to post
Guest Guest Report post Posted 12/15/2005 04:31 PM You forgot to mention that this will cost each of my customers an extra ~$50 dollars, So the programing will be easer for me to write. At no extra beneft to them. Share this post Link to post
SupportTeam Report post Posted 12/16/2005 12:23 AM Ok, did not know you were trying to work with Pro version only. Yes, subscripts can only be used on Enterprise systems (as detailed here: http://www.voiceguide.com/vgFeatures.htm) Share this post Link to post
Guest Guest Report post Posted 12/16/2005 01:58 PM I am an old man, and perhaps I am just being closed minded :-) Are there any bennifits my customers would reap, if they purchase the Enterprise version verses the Pro version? I justify their purchase of the pro version because they get the use of data bases, which is important to them. I know the enterprise version would be easer for me to program. And I also realize by using cut and paste, I could write with enterprise version. Then convert script to Pro version. But I have't found that nessary yet. Share this post Link to post
SupportTeam Report post Posted 12/16/2005 09:58 PM The differences between Pro and Enterprise are listed here: http://www.voiceguide.com/vgFeatures.htm It's up to you to decide whether the Pro or Enterprise version is more appropriate to your requirements. Share this post Link to post