WARNING. Older Programs may crash or give unexpected results
-
- Posts: 814
- Joined: Tue Apr 09, 2013 12:23 pm
- My devices: iPhone,iPad
Windows - Location: Groningen, Netherlands
- Flag:
WARNING. Older Programs may crash or give unexpected results
Some time ago the function INT has been changed from a truncating function into a rounding function. A new truncating function FLOOR was introduced. This means that every existing program that used INT could then be in error. This is also the case for the programs in the program section of this forum. Notably my encryption program will crash now. Others may give erroneous results. So, if a program from the programs section of this forum crashes or has unexpected behaviour, then look for INT functions and replace them by FLOOR, if the program was originated before the INT->FLOOR surprise.