Sometimes if I compare two decimal point values also if they seem to be the same they have a slightly difference.
I do like this:
if INT(value1 * 1000) - INT(value* 1000) <> 0
endif
But I believe there is a build in function. Does someone know one?
Thanks in advance
Otto