GUID function
Converts a universally unique identifier (UUID) value into a globally unique identifier (GUID) value. This function returns a GUID as a 36-character string value consisting of 32 hexadecimal digits (0 through 9 and A through F) and 4 hyphens formatted as follows (where X is a hexadecimal digit):
XXXXXXXX—XXXX—XXXX—XXXX—XXXXXXXXXXXX.
Syntax
UUID
ExampleThe following code fragment illustrates how to use the GUID function:
See also
OpenEdge Release 10.2B
|