Nulluuid
This keyword represents the null UUID constant.
Syntax
Nulluuid
Example
`Nulluuid` is used in assignments and test expressions.MY_UUID=Nulluuid : # Valid but null value
If MY_UUID=Nulluuid : MY_UUID=Getuuid : Endif : # Assign a UUID if it was a null one
Comments
Nulluuid
is equivalent to Touuid(“00000000-0000-0000-0000-000000000000”)
.
See also
UUID, Uuident, Touuid, Getuuid.