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




icon_download_example.png

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