I needed to twiddle the value of a Double variable and in the process converted the double value to a hexstring and then maipulated the byte location and stored the hexstring in another string.

Now to convert this hexstring back to Double is become a problem. I tried to use the "strod()" function, but as soon as the function sees an alphabet it terminates giving me an incomplete value.
Please help me convert this hexstring back to a double number

Shivakumar Thota
[email protected]