FindUniqueIndices Data Member Function

Populates an <Int32Array> with the indices of unique items in the <StrList>.

Prototype

int32 FindUniqueIndices( StrList src, Int32Array indices )

Parameters

Parameter Type Parameter Name Documentation
<StrList>srcA pointer to the source <StrList>.
<Int32Array>indicesA pointer to an <Int32Array> that stores the indices of unique items in the <StrList>.

Examples

Copy Text To Clipboard

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