Syntax
Result = dbCopyMemblock(SourceID, DestinationID, SourceStartPos, DestinationStartPos, Length)
Description
This command will copy one section of a memblock to another section of another memblock. The From and To parameters must be existing memblocks. The PosFrom and PosTo parameters must be byte locations within the respective memblocks. The Bytes parameter is the number of bytes you wish to copy from one memblock to the other.
See Also