Guest banman Report post Posted 10/06/2005 03:32 PM I am using the demo version of VG I have a start script that asks for a pin number then looksup the pin in a database then ask the user to enter 1 to add a new record 2 to edit an existing record 3 to delete an existing record Now no matter what choice they use I am going to get a day month year from them. What I want is to have 3 modules to get date info from them. Then remeber whether they pushed add edit or delete after I get the date. and fork to three different modules after that for the appropriate choice How can I do this? Bernie Share this post Link to post
SupportTeam Report post Posted 10/06/2005 10:13 PM remeber whether they pushed add edit or delete after I get the date. Selection/keypress made in a module is saved as a Result Variable, and you can use this later in (say) and Evaluate Expression module to decide on what path to take. See: http://www.voiceguide.com/vghelp/html/Resu...ltVariables.htm and http://www.voiceguide.com/vghelp/html/modEvalExpr.htm Share this post Link to post