
Create a Globally Unique Identifier with this function
A GUID is a Globally Unique Identifier, basically a 16-Byte string guaranteed to be unique.
This is a simple function that allows you to create a GUID that uses the Windows API to guarantee it's uniqueness.
The uses for the ID
in scripts is limitless.
Example: {DA3F6223-5313-40FA-ABE0-8D08B1453DED}
Here is the code: