Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IF Statement Doesn't Seem to be Working
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00123956
Message ID:
00124031
Views:
28
>You may be running into a rudnign error when comparing numbers for exact
>equality. Your IF may owrk better if you do it this way;
>IF Abs.Late < 0.01 AND Abs.Absent < 0.01 AND ...

Or maybe:

IF ROUND(abs.late, 1) = 0.0 ....
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform