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 = anHexString.convertHexToBlob()
SemanticsReturns the blob as Hex string.
SubstitutablesaBlob Can be any variable or object attribute having the type Blob.
anHexStringA String of Hex literals. For example: "2A2B" (ASCII: "*+")
Examples
Code Block
languagenone
set convertedTypes.hex2blob = inputTypeSet.anHexString.convertHexToBlob();