4D v13.4BLOB size |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
BLOB size
|
BLOB size ( blob ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
blob | BLOB |
![]() |
BLOB field or variable | |||||
Function result | Longint |
![]() |
Size in bytes of the BLOB | |||||
BLOB size returns the size of blob expressed in bytes.
The line of code adds 100 bytes to the BLOB myBlob:
SET BLOB SIZE(BLOB size(myBlob)+100)
Product: 4D
Theme: BLOB
Number:
605
Created: 4D v6
size***