Copy

From EDukeWiki
Revision as of 12:09, 9 July 2010 by CraigFatman (talk | contribs) (Created page with ''''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 start...')
(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>.