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();
⬇️

Example File (Builder project E2E Action Language/BaseTypes): Base Types.zip

<your example path>\E2E Action Language\BaseTypes\uml\blob.xml