| << computer | OS functions | getenv >> |
| s = createGUID() |
| c = createGUID(numbers_of_GUID) |
an integer value: numbers of GUID to create.
a string
a cell of strings.
createGUID creates a Globally Unique IDentifier (GUID), , a unique 128-bit integer used for CLSIDs and interface identifiers.
createGUID()
createGUID(10)
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET