Guy&
September 24th, 2002, 09:04 AM
Hi
I have the following string :
"1F"
I need to present it as a BYTE
so if I have : BYTE array[2]
then -> array[0] = 0x1F
How can it be done?
Thank u
I have the following string :
"1F"
I need to present it as a BYTE
so if I have : BYTE array[2]
then -> array[0] = 0x1F
How can it be done?
Thank u