Convert Hexadecimal to Decimal

Hi all,

I am trying to convert Value from Hexadecimal to decimal. I use the function .hex.to.dec. It converts only Positive value. How can I convert the Negative value from Hexadecimal to decimal?
also, it converts all the value in an integer.

ex: .hex.to.dec(32.45621378) = 50
.hex.to.dec(-32.45621378) = invalid 'times' argument

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.