4D v13.4

BLOB size

Home

 
4D v13.4
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

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D v6

 
SEE ALSO 

SET BLOB SIZE

 
TAGS 

size***