COPY BLOB

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 6.0


COPY BLOB (srcBLOB; dstBLOB; srcOffset; dstOffset; len)

ParameterTypeDescription
srcBLOBBLOBSource BLOB
dstBLOBBLOBDestination BLOB
srcOffsetVariableSource position for the copy
dstOffsetVariableDestination position for the copy
lenNumberNumber of bytes to be copied

Description

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.

See Also

DELETE FROM BLOB, INSERT IN BLOB.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next