thesleepylizard
Programmer
debug.print Format(DateAdd("s", (120) + ((.3) * 100), Date), "h:nn:ss") outputs:
0:02:30
debug.print Format(DateAdd("s", (120) + ((2.3 - 2) * 100), Date), "h:nn:ss") outputs:
0:02:29
El-wierd-o. I can get around it, it's just a curiosity. Probably a Double type rounding error at the 40th decimal point etc or something.
0:02:30
debug.print Format(DateAdd("s", (120) + ((2.3 - 2) * 100), Date), "h:nn:ss") outputs:
0:02:29
El-wierd-o. I can get around it, it's just a curiosity. Probably a Double type rounding error at the 40th decimal point etc or something.