Copy: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
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...'
(No difference)

Revision as of 13:09, 9 July 2010

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>.