Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
set aBlob = uuidToBlob(aUUIDString)
Semantics

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

SubstitutablesaBlob Can be any variable or object attribute having the type Blob.
aUUIDStringA String containing a UUID. See also createUUID.
Examples
Code Block
languagenone
set uuidBlob = uuidToBlob(uuidString);
rp
Panel
titleRelated Pages: