how to check if a number is whole or not.

kodermankoderman Member Posts: 17
I have an IF statement that I want to do but I cannot seem to get it to work. What would be the best way to solve this or am I going about this all wrong? My statement is "IF quantity/"Sales Quantity" = (any whole number) THEN BEGIN..." or I could use "IF quantity/"Sales Quantity" <> (contain '.' or a decimal number) THEN BEGIN..."

Best Answers

Answers

Sign In or Register to comment.