I have 2 variables both set up as Singles.
otHoursWorked = 0
tempOTPremium = 8.07
These are displayed correctly everywhere. After this command, however:
otHoursWorked = otHoursWorked + tempOTPremium
I get the following:
8.06999969482422
What is happening here? I have all kinds of Singles added and subracted together and I don't get this problem - Only with this instruction and variable.
This is about the 4th time I hit this instruction with problems at all.
What could be happening here?
Thanks,
Tom.
otHoursWorked = 0
tempOTPremium = 8.07
These are displayed correctly everywhere. After this command, however:
otHoursWorked = otHoursWorked + tempOTPremium
I get the following:
8.06999969482422
What is happening here? I have all kinds of Singles added and subracted together and I don't get this problem - Only with this instruction and variable.
This is about the 4th time I hit this instruction with problems at all.
What could be happening here?
Thanks,
Tom.