4D v13.4

DELETE FROM BLOB

Home

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

 
PROPERTIES 

Product: 4D
Theme: BLOB
Number: 560

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D v6

 
SEE ALSO 

INSERT IN BLOB

 
TAGS 

Delete***