Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
aString = createUUID()
Semantics

Returns a string with a

universal

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
Code Block
languagenone
set uniqueID = createUUID();