News

I have a hex number: 9F030201If I copy it into the windows calculator and convert it to Decimal I get: 2667774465The problem is if I do it in VB Dim MyVal as stringMyVal = CStr(CDbl("&h9F030201 ...