Hi,
I need to have a working function that will read a entire hex-string and will output an ascii-string.
So:
HexString = 45 00 63 00 6b 00 68 00 61 00 72 00 74 00 2e 00 54 00 6f 00 6c 00 6c 00 65 00 40 00 00 00 (read from registry)
ConvertHexToString(HexStri
ng);
will result in giving me the string: Eckhart.Tolle
Thank you for your help.
Stef
Start Free Trial