The CreateGUID function provides a GUID. GUIDs are strings needed to uniquely identify records from a database table, for example, or to generate unique file names. GUIDs are generated by the operating system and formatted specifically. Examples can be found in the registry of the operating system.
|
Syntax | |
|
CreateGUID() | |
|
Return value | |
|
Type |
Description |
|
String |
The created GUID. |
|
Parameter | |
|
None | |