Populates two Int32Arrays with the indices and counts of all items in the <StrList>.
int32 MakeIndex( Int32Array p_aiIndices, Int32Array p_aiCounts )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<Int32Array> | p_aiIndices | A pointer to an <Int32Array> that stores the indices of the items. |
<Int32Array> | p_aiCounts | A pointer to an <Int32Array> that stores the frequency each item appears in the <StrList>. |
None published. Please look for an example in the Simdify Scripting Language code base.