You probably mean my x64...Does this work on your x86 systems
Well, in the weekend I am not at the same place as during the week, so now I have my x86, and the last now_pb reflects the Date() again.
You will now need to wait for Monday evening to know if it works on my x64 either...
It is possible that the formule worked fine on your x86 computer, but you cannot expect the same on a x64, or vice-versa, when a value has more than 15 digits. It is certainly not a coincidence that the Business Basic programming language I used before could handle a maximum of 15 significant digits, and the maximum internal function PRECISION was 14. PRECISION was meant to have a maximum of 14 digits after the decimal point were allowed, or at least rounded to these 14 digits. You see it: 14 decimal digits and minimum 1 digit in front of the decimal point = 15. If there were 5 digits in front of the decimal point, then the decimals were rounded to max 10 digits = 15. Fifteen is the safe limit, plus one byte for the sign = 16 = ( 2 x 8 ) bytes.