miva_array_copy()#
Syntax
miva_array_copy( source var, sstart, scount, dest var, dpos )
Returns#
Returns the number of elements in the “dest” array after the copy.
Parameters#
Parameter | Description |
---|---|
source |
The source array from which records will be copied |
sstart |
The source starting index |
scount |
The number of source records to copy. |
dest |
The destination array that will receive the copied records. |
dpos |
The starting index within the destination array. Overlapping elements in “dest” are overwritten. |