Merges two StrLists by inserting the source <StrList> into the destination <StrList> at the specified index.
int32 Merge( StrList dst, StrList src, int32 p_nIndex )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrList> | dst | A pointer to the destination <StrList>. |
| <StrList> | src | A pointer to the source <StrList>. |
| int32 | p_nIndex | A valid index in the destination <StrList> at which to begin insertion. |
None published. Please look for an example in the Simdify Scripting Language code base.