09-25-2023, 11:03 PM
Hello all. I have a problem that has been plaguing me in my QB64 adventure. If I have a variable, and I increment it, by just the number 1 in a loop, when it gets to 1.677722E+07 (24 bits) it just stops and increments no more. Doesn't matter if I use LONG or _INTEGER64 data types, or don't declare a type at all.
Sounds like it has to be a bug, and a weird one. Why 24 bits? Anyone else see this?
Sounds like it has to be a bug, and a weird one. Why 24 bits? Anyone else see this?