Creates a GUID (Windows only)
res = createGUID(number_of_GUID)
createGUID creates a Globally Unique IDentifier (GUID), , a unique 128-bit integer used for CLSIDs and interface identifiers .
if getos() == 'Windows' then disp(createGUID(1)); end