WARNING. Older Programs may crash or give unexpected results

Post Reply
Henko
Posts: 814
Joined: Tue Apr 09, 2013 12:23 pm
My devices: iPhone,iPad
Windows
Location: Groningen, Netherlands
Flag: Netherlands

WARNING. Older Programs may crash or give unexpected results

Post by Henko »

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.

Post Reply