4D v14.3

BLOB size

Home

 
4D v14.3
BLOB size

BLOB size 


 

BLOB size ( blob ) -> Function result 
Parameter Type   Description
blob  BLOB in BLOB field or variable
Function result  Longint in Size in bytes of the BLOB

BLOB size returns the size of blob expressed in bytes.

Example  

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

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

 
PROPERTIES 

Product: 4D
Theme: BLOB
Number: 605

 
HISTORY 

Created: 4D v6

 
SEE ALSO 

SET BLOB SIZE

 
TAGS 

size

 
ARTICLE USAGE

4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)