| 4D v18COPY BLOB | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v18
 COPY BLOB 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| COPY BLOB ( srcBLOB ; dstBLOB ; srcOffset ; dstOffset ; len ) | ||||||||
| Parameter | Type | Description | ||||||
| srcBLOB | BLOB |   | Source BLOB | |||||
| dstBLOB | BLOB |   | Destination BLOB | |||||
| srcOffset | Longint |   | Source position for the copy | |||||
| dstOffset | Longint |   | Destination position for the copy | |||||
| len | Longint |   | Number of bytes to be copied | |||||
The COPY BLOB command copies the number of bytes specified by len from the BLOB srcBLOB to the BLOB dstBLOB.
The copy starts at the position (expressed relative to the beginning of the source BLOB) specified by srcOffset and takes place at the position (expressed relative to the beginning of the destination BLOB) specified by dstOffset.
Note: The destination BLOB can be resized if necessary.
	Product:  4D
	Theme:  BLOB
	Number:  
        558
        
        
        
	
	Created:  4D v6
Copy, Resize
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D Language Reference ( 4D v18)
	
	
	
	
	
 Add a comment
Add a comment