4D v16.3

DELETE FROM BLOB

Home

 
4D v16.3
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.



See also 

INSERT IN BLOB

 
PROPERTIES 

Product: 4D
Theme: BLOB
Number: 560

This command can be run in preemptive processes

 
HISTORY 

Created: 4D v6

 
TAGS 

Delete

 
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)