79537688

Date: 2025-03-27 02:31:38
Score: 1.5
Natty:
Report link

I ran in to this issue recently and I found that using a CStr wrapper around the expression resolves the issue:

? Int(0.5 + 0.00024575 * 10000000)

2457

? Int(CStr(0.5 + 0.00024575 * 10000000))

2458

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Adrian Mehlig