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


Edited by kholm (2012-09-18 12:19 AM)