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 ...
Then iterate thru each character in the array and convert the respective character into its hex value and then append all the hex values together in the fashion that they need to be put in. (kinda ...