(08-19-2022, 08:46 PM)Kernelpanic Wrote: I have a problem! It doesn't work at all with "111.111.111" (without points of course), but it gets interesting with 111.111: It is displayed correctly in VisualBasic 5.0, but not in QB64.
It doesn't matter if it's "Double", "_Integer64" or "_Unsigned _Integer64", the result is wrong.
Did I make a mistake there, or is that a bug?
Change it to:
DIM AS _INTEGER64 var1, var2, var3 (whatever the variable names were)
I refer you back to here: https://staging.qb64phoenix.com/showthread.php?tid=279