InsertAll Data Member Function

Inserts the <Str> objects from the source <StrList> into this <StrList>.

Prototype

int32 InsertAll( StrList src, int32 p_iIndex, int32 p_bMove )

Parameters

Parameter Type Parameter Name Documentation
<StrList>srcA pointer to the StrListcontaining the source <Str> objects.
int32p_iIndexThe index at which to insert the source <Str> objects into the this <StrList>.
int32p_bMoveIf true, the source <Str> objects are removed from the source <StrList> and moved to this <StrList>. Otherwise the source <Str> objects are copied and then insert into this <StrList>.

Examples

Copy Text To Clipboard

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