Merge Data Member Function

Merges two StrLists by inserting the source <StrList> into the destination <StrList> at the specified index.

Prototype

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

Parameters

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

Examples

Copy Text To Clipboard

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