Guest skywalker Report post Posted 01/05/2008 03:56 PM hi, can i create variable by doing an operation on a result variable ?! like if the result variable of a GET NUMBER module is 2 .. how can i have a variable holding 4 (2 * 2) or varible holding 1 (2 - 1) regards Share this post Link to post
SupportTeam Report post Posted 01/05/2008 09:15 PM You can use an Evaluate Expression module to perform calculations etc. and store the result in a new Result Variable. Please see: http://www.voiceguide.com/vghelp/source/html/modevalexpr.htm You can also use VBScript if more advanced calculations need to be performed. See: http://www.voiceguide.com/vghelp/source/html/modvbs.htm Share this post Link to post