- Print
- Dark
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Creates and returns a new, globally unique identifier (GUID).
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
--- | --- | --- | --- |
Returns
Type: Text
Returns a new, globally unique identifier (GUID).
Examples
Remarks
Programmers use unique identifiers all the time as a way to uniquely identify something. This function guarantees you will always receive a new, globally unique identifier (GUID) that won't collide with any other identifiers.
Use this function when you need a unique identifier for your own objects or are using another function that requires one.