PDA

View Full Version : UPA Script



mexjack
6th July, 2010, 04:07 AM
Hi:
I?m trying to program a new script to read pincodes. But does anyone know how to convert an hexadecimal to decimal value?

carsolution
6th July, 2010, 08:07 PM
Hi mate.
Check this link
hexadecimal conversion, convert decimal to hexadecimal (http://www.statman.info/conversions/hexadecimal.html)
Regards,
Nuno

Ramzai
7th July, 2010, 04:57 AM
Hi:
I?m trying to program a new script to read pincodes. But does anyone know how to convert an hexadecimal to decimal value?

Give an example.

hunterirc
10th July, 2010, 09:30 PM
Try this intval:=strtoint('$'+ hexval);