Page 1 of 1

Convert hexa to decimal

Posted: Mon Jun 05, 2006 8:42 pm
by Maurilio Viana
I must convert a hexa string to decimal values.
Does anyone know how can I do it? Any function... etc

I must convert strings like:
7F 09 8B 09 98 09 A3 09 B0 09
(it is equal to 127, 9, 139, 9, 152, 9, 163, 9, 176, 9 in decimal)

Regards
Maurilio

Re: Convert hexa to decimal

Posted: Mon Jun 05, 2006 9:25 pm
by Enrico Maria Giordano
HexToNum( cHex )

EMG

Posted: Tue Jun 06, 2006 3:54 pm
by Maurilio Viana
Thanks, Enrico!

Regards!
Maurilio