Breadcrumbs

blobLength() Operation

Syntax

set blobLength = aBlob.blobLength();

Semantics

Returns the length of the blob as Integer.

Substitutables

blobLength

Can be any variable or object attribute having the type Integer

aBlob

Can be any variable or object attribute having the type Blob.

Examples

set size = aBlob.blobLength();
📗

Related Pages: