05-13-2009 01:25 PM
Hi,
I explain my problem:
I have a string which, when it is displayed in the "normal display", gives : "wuIÂ".
When this string is displayed in the "hexadecimal display", it gives: "7775 49C2"
My probem is that I need to transform this string to an array of string which would have IN THE NORMAL DISPLAY the values:
7
7
7
5
4
9
C
2
I have tried numerous things but it never worked,
Thank you for your help
Vlanico
05-13-2009 01:31 PM
05-13-2009 01:47 PM - edited 05-13-2009 01:51 PM
Let's assume the string is a eight characters and corresponds to 4 bytes, here would be a simple solution. Modify as needed.
05-13-2009 01:51 PM
05-13-2009 01:58 PM