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...
Continue reading...