03-28-2013 03:11 PM
I am having a hard time getting the program to do what I need it to. What I need is to take an input that is in Hex format (eg. 00 00 00 15 00) and make it read the same value as a Decimal with out changing the value (eg. 0000001500).
Could someone please help me figure out how to do this?
Thanks in advance for any help given.
03-28-2013 03:17 PM
Like this? or did you need that scaned into a integer?
03-28-2013 03:29 PM
That was exactly what I needed. Thank you for the help.