InsertObj Data Member Function

Inserts a <Str> object in the <StrList> at the specified index. The <StrList> takes ownership of the <Str> object.

Prototype

int32 InsertObj( Str p_oStrObject, int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
<Str>p_oStrObjectA pointer to the <Str> object you wish to insert in the <StrList>.
int32p_nIndexThe index at which you wish to insert a <Str> object into the <StrList>.

Examples

Copy Text To Clipboard

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