kiranvenkat
Programmer
Hi ,
I'm trying to use FUZZ command. Please find the below sample code.
If the numbers are 10 & 13 FUZZ is working and giving "A is equal to B" but for 10 & 16 it is giving "A is not equal to B" .
So i tested for some more combinations. It is is working for some and not working for others. Can anyone explain me why this variation in the outputs.
A = 10
B = 16
numeric Digits 2
Numeric Fuzz 1
If A = B
Then Say "A is equal to B"
Else Say "A is not equal to B"
I'm trying to use FUZZ command. Please find the below sample code.
If the numbers are 10 & 13 FUZZ is working and giving "A is equal to B" but for 10 & 16 it is giving "A is not equal to B" .
So i tested for some more combinations. It is is working for some and not working for others. Can anyone explain me why this variation in the outputs.
A = 10
B = 16
numeric Digits 2
Numeric Fuzz 1
If A = B
Then Say "A is equal to B"
Else Say "A is not equal to B"