Creates a GUID.
s = createGUID()
c = createGUID(numbers_of_GUID)
numbers_of_GUID - an integer value: numbers of GUID to create.
s - a string
c - a cell of strings.
createGUID creates a Globally Unique IDentifier (GUID), , a unique 128-bit integer used for CLSIDs and interface identifiers.
1.0.0
initial version
Last updated 3 months ago
createGUID() createGUID(10)