Skip to main content
Version: Next

BLOB size

BLOB size ( blob ) : Integer

ParameterTypeDescription
blobBlobBLOB field or variable
Function resultIntegerSize in bytes of the BLOB

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