Hi,
I want a code for converting a 32bit hexadecimal number to its decimal ascii equivalent. I mean if number is 0x1234, then its decimal will be 4660 and its ascii equivalent will be 34 36 36 30.
I am not able to do this conversion. Pl advice.
Regards, Unnati.