You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax
set aString= uuidFromBlob(aUUIDBlob)
Semantics

Returns a UUID in Big Endian format (Variant 1) as a String. Can be converted to Big Endian using the uuidToBlob() Operation.

SubstitutablesaStringCan be any variable or object attribute having the type String.
aUUIDBlobA Blob containing the UUID in Big Endian format (Variant 1).
Examples
set uuidString = uuidFromBlob(uuidBlob);
  • No labels