4D v16.3

BLOB size

Home

 
4D v16.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(myBlob;BLOB size(myBlob)+100)



See also 

SET BLOB SIZE

 
PROPERTIES 

Product: 4D
Theme: BLOB
Number: 605

This command can be run in preemptive processes

 
HISTORY 

Created: 4D v6

 
TAGS 

size

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)