BLOB size
BLOB size ( blob ) : Integer
| Parameter | Type | Description | |
|---|---|---|---|
| blob | Blob | → | BLOB field or variable | 
| Function result | Integer | ← | Size 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
Properties
| Command number | 605 | 
| Thread safe | ✓ |