Insert Data Member Function

Inserts a string in the <StrList> at the specified index.

Prototype

int32 Insert( string p_sValue, int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
stringp_sValueThe string you wish to insert in the <StrList>.
int32p_nIndexThe index at which you wish to insert a string into the <StrList>.

Examples

Copy Text To Clipboard

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