Visual Basic 6.0
Visual Basic 6.0
Generate UUID
See more Encryption Examples
Demonstrates how to generate a random UUID string (also known as GUID) having the standard UUID format such as "de305d54-75b4-431b-adb2-eb6b9e546014".Chilkat Visual Basic 6.0 Downloads
Dim crypt As New ChilkatCrypt2
Dim uuid As String
uuid = crypt.GenerateUuid()
Debug.Print uuid