HEX-ENCODE( expression )A RAW expression containing the value you want to convert. If the expression is the Unknown value (?), the result is the Unknown value (?). If the expression is a zero-length value, the result is a zero-length value.
DEFINE VARIABLE MyUUID AS RAW NO-UNDO.DEFINE VARIABLE vChar AS CHARACTER NO-UNDO.ASSIGNMyUUID = GENERATE-UUIDvChar = HEX-ENCODE(MyUUID).
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |