Combine Data Member Function

Given ArrayA ( this array ) and ArrayB ( not this array ), combines ArrayB with ArrayA at the specified index in ArrayA.

Prototype

int32 Combine( Int8Array src, int32 p_nInsertIndex )

Parameters

Parameter Type Parameter Name Documentation
<Int8Array>srcThe array you wish to combine with the destination array.
int32p_nInsertIndexThe index at which to insert the source array into the destination array.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.