Merge Data Member Function

Merges two StrArrays by inserting the source <StrArray> into the destination <StrArray> at the specified index.

Prototype

int32 Merge( StrArray dst, StrArray src, int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
<StrArray>dstA pointer to the destination <StrArray>.
<StrArray>srcA pointer to the source <StrArray>.
int32p_nIndexA valid index in the destination <StrArray> at which to begin insertion.

Examples

Copy Text To Clipboard

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