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 anInteger = aBlob.convertBinaryToInteger();
SemanticsDecodes the binary data of the blob directly to an integer value. Max-value allowed within the blob is 64 bit.
SubstitutablesanIntegerCan be any variable or object attribute having type Integer
aBlobCan be any variable or object attribute having type Blob.
Examples
Code Block
languagenone
set integer1 = myBlob.convertBinaryToInteger();