Guest Travis Report post Posted 08/12/2003 06:23 PM If I have a result variable which receives it's value from caller input, and the caller doesn't enter a value then the variable is empty. (If I am correct after reading Voiceguide Help.) I'm using these variables in calculations, and I need to know how to set these empty variables to a value of 0, in the abscence of caller input. It sure seems like it's probably really easy to do, but I'm too dumb to get it. Thanks for your help. Share this post Link to post
SupportTeam Report post Posted 08/13/2003 04:25 AM You can assign a value of 0 to the Result Variable using an Evaluate Expression module, at the very start of the script... If you have a number of RVs you'd like to pre-initialize to certain value you may want to look at using a VBScript module and setting the RV's using one of COM interface commands... Share this post Link to post