12-07-2013 02:59 AM
I have a program when it runs it gives a hexadecimal output (Eg: FFFF00B7). I want to extract last 4 digits (from the example: 00B7) and convert it into decimal(from the example: the output should be 183). How can I do this? Can anyone give me a sample program?
12-07-2013 03:14 AM
The Hexadecimal String To Number Funtion does this job. Just specify the according offset and you are done.
12-07-2013 03:25 AM
12-07-2013 02:57 PM - edited 12-07-2013 02:58 PM
@ouadji wrote:
As GuenterMueller just said,
Really?
Are you looking for an honorable mention in the R-G thread?
12-07-2013 04:03 PM - edited 12-07-2013 04:04 PM
in the R-G thread ...
ok, but my version is valid for x last digits.
12-07-2013 04:13 PM
and this one ?
valid for x last digits ... (here for the 4 last digits)
12-07-2013 11:57 PM
@JÞB wrote:
Really?Are you looking for an honorable mention in the R-G thread
Thanks for pointing it out, Jeff.
Re-reading the initial post now makes me see that there was no string data mentioned.
Guenter