MakeIndex Data Member Function

Populates two Int32Arrays with the indices and counts of all items in the <StrList>.

Prototype

int32 MakeIndex( Int32Array p_aiIndices, Int32Array p_aiCounts )

Parameters

Parameter Type Parameter Name Documentation
<Int32Array>p_aiIndicesA pointer to an <Int32Array> that stores the indices of the items.
<Int32Array>p_aiCountsA pointer to an <Int32Array> that stores the frequency each item appears in the <StrList>.

Examples

Copy Text To Clipboard

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