DelAt Data Member Function

Deletes the object at the specified index. If the <List> owns the object, the object is destroyed and its memory is released.

Prototype

int32 DelAt( int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the object you wish to delete from the <List>.

Examples

Copy Text To Clipboard

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