GUID
Return a globally unique ID (GUID) as a string. The ID that the function returns is generated using random data. The variant type for the ID is DCE 1.1, ISO/IEC 11578:1996.
This function doesn't accept any arguments.
This code example generates a GUID and saves it as a variable called myGUID
.
The output of the code example includes a randomly generated GUID.