createGUID
Creates a GUID.
📝Syntax
s = createGUID()
c = createGUID(numbers_of_GUID)
📥Input Arguments
Parameter Description
numbers_of_GUID an integer value: numbers of GUID to create.
📤Output Arguments
Parameter Description
s a string
c a cell of strings.
📄Description

createGUID creates a Globally Unique IDentifier (GUID), , a unique 128-bit integer used for CLSIDs and interface identifiers.

💡Examples
createGUID()
createGUID(10)
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub