Del Data Member Function

Deletes the array element at the specified index. This causes the array to undergo the allocation/copy cycle.

Prototype

int32 Del( int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the array element to delete.

Examples

Copy Text To Clipboard

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