I'm trying to convert a hex value to a decimal value
I'm really stuck here.

My programs has to go into the header of a dbf file and reverse 4 digists

ex.

00 00 06 99
99 06 00 00

New values is 996 is the new hex value

Now I need to convert it to decimal value.

Any clues?

I used the computer calculator and it works fine so there has to be a way.


Bruno