26.2 26.1 26.0 25.3 25.2 25.1 25.0
26.2 26.1 26.0 25.3 25.2 25.1 25.0

createUUID() Function

Syntax

aString = createUUID()

Semantics

Returns a string with a universally unique identifier (UUID, standard format). UUIDs are globally unique IDs.
For more information on UUIDs refer to Universally unique identifier.

Example UUID: 3dc167a4-92fc-4184-b5ce-f195e3840894

Examples

set uniqueID = createUUID();
Related Pages: