Forum Post: RE: 4GL Sockets and Hexadecimal values...

  • Thread starter Thread starter MBeynon
  • Start date Start date
Status
Not open for further replies.
M

MBeynon

Guest
I've been looking at the HEX-DECODE function which according to the Progress help: Converts a character string consisting of an even number of hexadecimal digits (0 through 9 and A through F) into a RAW value. DEFINE VARIABLE vRaw AS RAW NO-UNDO. vRaw = HEX-DECODE(hexadecimal(CSI_LOGIN)). which gives me this (STRING(RAW)) "020004iAABAA==" from this "0X88000100".

Continue reading...
 
Status
Not open for further replies.
Back
Top