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 aSubBlob = aBlob.subblob(startIndex, length});
SemanticsExtracts a sub-blob of a given length beginning at position startIndex. Returns a new blob. The state of the current blob is not changed. If length is greater than the length of the blob, an error is raised.
SubstitutablesaBlob, aSubBlobCan be any variable or object attribute having the type Blob

startIndex, length

Can be any variable or object attribute having the type Integer.
Examples
Code Block
languagenone
set aSubBlob = aBlob.subblob(0, 2);
rp
Panel
titleRelated Pages: