Lucee Function Reference

createguid()

Creates a Globally Unique Identifier (GUID). A GUID is a
36-character string representation of a unique 128-bit integer
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx where x is a hexadecimal digit.
A GUID is just a UUID with one extra dash.

Example

createguid():string

Arguments

This function has no arguments