04-09-2010 11:04 AM
Is there an easy way to change 323 (string) to "43 01" (hex string) or 3249 (string) to "B1 0C" (hex string)?
Thank you.
Solved! Go to Solution.
04-09-2010 11:30 AM - edited 04-09-2010 11:30 AM
Like this?
It kind of depends on exactly what you want in the end. Do you want a string that shows 4 characters that are the hex number for the number you input. Or do you want a string that is only 2 characters (1 for each byte), but the indicator is formatted to show those in hex display?
04-09-2010 11:35 AM
I'm trying to get a string that shows four characters that are hex numbers for the input.
Thank you for your solution.