PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Breidy

Pages: [1]
1
Programming / Re: Hexadecimal to Decimal
« on: September 10, 2021, 03:23:23 PM »
Excellent, thank you very much Mike

2
Programming / Hexadecimal to Decimal
« on: September 10, 2021, 02:31:10 PM »
Hi everyone
I have a question

This formula returns me the decimal number

Excel
HEX2DEC ("8FCB455C") = 2412463452
HEX2DEC ("7FA2478E") = 2141341582

PxPlus
DEC (ATH ("8FCB455C") = -1882503844
DEC (ATH ("7FA2478E") = 2141341582

Why does pxplus return the decimal value of the first data differently?

Could someone guide me please

Pages: [1]