Copy

From EDukeWiki
Revision as of 21:36, 2 December 2012 by Hendricks266 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

copy <src_array>[<src_index>] <dst_array>[<dst_index>] <size>

Copies <size> elements from the source array starting from <src_index> to the destination array starting from <dst_index>.