Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0
Syntax
Code Block
languagenone
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.

SubstitutablesaStringCan be any variable or object attribute having the type String.
aUUIDBlobA Blob containing the UUID in Big Endian format (Variant 1).
Examples
Code Block
languagenone
set uuidString = uuidFromBlob(uuidBlob);
rp
Panel
titleRelated Pages: