You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax
set blobLength = aBlob.blobLength(); 
SemanticsReturns the length of the blob as Integer.
SubstitutablesblobLengthCan be any variable or object attribute having the type Integer
aBlobCan be any variable or object attribute having the type Blob.
Examples
set size = aBlob.blobLength();

Related Pages:

  • No labels