invoso.com Report post Posted 07/03/2011 06:05 PM How to simply determine action like function if, elseif, else I need to determine different action comparing values of var. example: if var is NULL go to module A elseif var is smaller than ccc go to module B else go to module C Share this post Link to post
SupportTeam Report post Posted 07/07/2011 10:51 PM This can be done with a chain of Evaluate Expression modules. Please see: http://www.voiceguide.com/vghelp/source/html/modevalexpr.htm Share this post Link to post
invoso.com Report post Posted 07/20/2011 09:24 AM Can You write example of if else function? I need to follow action diverse route var<0 - route A var=0 - route B var>0 - route C Share this post Link to post
SupportTeam Report post Posted 07/20/2011 10:09 AM Please see attached script. ifelse.vgs Share this post Link to post