Shrink Data Member Function

Shrinks the <StrList> to a subset of its previous set.

Prototype

int32 Shrink( int32 p_nStart, int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
int32p_nStartThe start index, which will be the new index 0 in the <StrList>.
int32p_nCountThe number of items to keep, starting at the new index.

Examples

Copy Text To Clipboard

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