Skip to main content
Skip table of contents

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

NONE
set size = aBlob.blobLength();

Related Pages:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.