This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
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(myBlob;BLOB size(myBlob)+100)
Product: 4D
Theme: BLOB
Number:
605
Created: 4D v6
size
4D Language Reference ( 4D v20 R7)