This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
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 v20 R7)