Hi,

If I have a QString with the following inside it :

"CC13FF87A4EE76BA"

I want to extract as :

CC
13
FF
87
A4
EE
76
BA

Then convert each one to its byte value, thus ascii "CC" would be (byte) 0xCC, etc...Is there a fast way of doing this?

Regards,
Steve