This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
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

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v6

 
TAGS 

size

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)