COPY MEMORY
This command will copy a chunk of data from one part of memory to another. Ideally this command is used to copy data from one memory block to another, or to and from a locked resource in memory. Look at the MAKE MEMORY command for details on how to create a memory block.

SYNTAX
COPY MEMORY Memory Destination, Memory Source, Size In Bytes

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example