CreateGUID
Public Function CreateGUID(Optional ByVal InputText As String = "") As String
Creates a GUID or SHA1 hash.
- InputText: If empty a new GUID is returned, else the hex value of the SHA1 hash of the input text is returned (40 char uppercase hex, thus 160 bits).
pContext.DataSet("GUID").Value = CreateGUID
See also: