Populates an <Int32Array> with the indices of unique items in the <StrList>.
int32 FindUniqueIndices( StrList src, Int32Array indices )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrList> | src | A pointer to the source <StrList>. |
| <Int32Array> | indices | A pointer to an <Int32Array> that stores the indices of unique items in the <StrList>. |
None published. Please look for an example in the Simdify Scripting Language code base.