CREATEGUID Function (GUID)

Creates a new unique GUID. The value can then be assigned to a GUID data type or a text data type. Use the text data type if you want to compare the GUID to another text string.

Syntax

  
Guid := CREATEGUID;  

Property Value/Return Value

Type: GUID

See Also

GUID Data Type