Shrink Data Member Function

Shrinks the collection to a range specified by a start index and count.

Prototype

int32 Shrink( int32 p_nStart, int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
int32p_nStartThe new index zero for the collection.
int32p_nCountThe number of items to preserve.

Examples

Copy Text To Clipboard

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