kholm
(Korg Regular)
2012-09-18 12:00 AM
FormatNumber in 4.63.b1

This is solved in 4.63 b3

The following script will generate a softwsre excemption

 Code:
Break On
$_MSize = '2147483648'
$_RCapacity = FormatNumber(CDbl($_MSize) / 1024 / 1024,0,0,0,-2) + " Mb"


Tested on Windows 7 x86

-Erik


AllenAdministrator
(KiX Supporter)
2012-09-18 03:53 AM
Re: FormatNumber in 4.63.b1

Yeah Erik, as you have found, the bug has already been found and fixed. Even though it should have, the post about it never got here in the beta section.