Skip to main content
Version: 21 R3

BLOB size

BLOB size ( blob : Blob ) : Integer

ParameterTypeDescription
BlobBlob→BLOB field or variable
Function resultInteger←Size in bytes of the BLOB
History
ReleaseChanges
6Created

Description​

BLOB sizereturns the size of blob expressed in bytes.

Example​

The line of code adds 100 bytes to the BLOB myBlob:

 SET BLOB SIZE(myBlob;BLOB size(myBlob)+100)

See also​

SET BLOB SIZE

Properties​

Command number605
Thread safeyes