Syntax
set aBlob = uuidToBlob(aUUIDString)
Semantics

Returns the UUID as a Blob in Big Endian format (Variant 1). Can be converted using the uuidFromBlob() Operation.

SubstitutablesaBlob Can be any variable or object attribute having the type Blob.
aUUIDStringA String containing a UUID. See also createUUID() Function.
Examples
set uuidBlob = uuidToBlob(uuidString);
  • No labels