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

Home

 
4D v20 R7
DELETE FROM BLOB

DELETE FROM BLOB 


 

DELETE FROM BLOB ( blob ; offset ; len ) 
Parameter Type   Description
blob  BLOB in BLOB from which to delete bytes
offset  Longint in Starting offset where bytes will be deleted
len  Longint in Number of bytes to be deleted

The DELETE FROM BLOB command deletes the number of bytes specified by len from the BLOB blob at the position specified by offset (expressed relative to the beginning of the BLOB). The BLOB then becomes len bytes smaller.

Note  

Compatiblity note: Since this command alters the blob passed as a parameter, it does not support blob objects (4D.Blob type). See Passing blobs and blob objects to 4D commands on developer.4d.com.



See also 

INSERT IN BLOB

 
PROPERTIES 

Product: 4D
Theme: BLOB
Number: 560

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v6

 
TAGS 

Delete

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)