02-25-2013 07:43 AM
I have a Hex value of 3DA and want to get rid of the 3 i have tried to convert it in a U8 that didnt work, anyone had any ideas as to how i can do this.???
Thanks in advance
Thomas
Solved! Go to Solution.
02-25-2013 07:52 AM
Please clarify. From a programming standpoint, do you always want to strip the first nibble or do you want to strip out the first "3"? Do you have a hex string or a string displayed as hex?
02-25-2013 07:55 AM
There are many more ways, here are some I can think of:
02-25-2013 07:59 AM
yes i would want to strip the 1st nibble,
02-25-2013 08:03 AM - edited 02-25-2013 08:03 AM
As aCe suggested:
02-25-2013 08:03 AM
Thanks Ace for the examples found them very useful.