Guest KB Report post Posted 04/12/2005 10:38 PM One of my "get numbers" modules can return an empty value, meaning the user don't have to dial in a number and it will move on after two seconds, following is a VB script which checks this value, how can i check whether the value was empty? is it equal to an empty string or false? Thanks. Share this post Link to post
SupportTeam Report post Posted 04/12/2005 10:41 PM An undefined RV is equal to an empty string. To test if the RV is defines use an expression like this in an Evaluate Expression module: "$RV[someModule]"="" Share this post Link to post