Variable value comparision

Hello @Niranjan_k ,

to compare integer values you should convert them to int and to compare them, directly write values instead of adding inverted commas

For value is less than 25, use below expression

Cint(Strvalue) < 25

cheers!

1 Like