VoiceGuide IVR Software Main Page
Jump to content

Illogical Eval Expr Result

Recommended Posts

Hello Please note that the result of the VBS is evaluated True when it suppose to be False. bellow is the copy past of the file I have attached for your quick reference.

 

214307.932 6 1 1 d updtd EvalBankCard_Input | verify_passed = verify_failed

214307.932 6 1 1 d updtd EvalBankCard | True

214307.932 6 1 1 Eval Expr result:[True]

 

shouldn't it be False?

log.zip

Share this post


Link to post

I found the problem.

the problem was quotation marks by the both side of the veritable.

"$RV[sResult]" = "verify_failed"

 

The evaluation now can recognize the value as a text and find out if they are equal or not.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×