Insert Data Member Function

Inserts the specified value at the specified index. This causes an allocation/copy cycle.

Prototype

int32 Insert( int32 p_nIndex, string p_sValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index at which you wish to insert a value.
stringp_sValueThe value to insert.

Examples

Copy Text To Clipboard

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