FindUnique Data Member Function

Populates a <StrArray> with all the unique items in this <StrArray>.

Prototype

int32 FindUnique( StrArray src, StrArray dst )

Parameters

Parameter Type Parameter Name Documentation
<StrArray>srcA pointer to the source <StrArray>.
<StrArray>dstA pointer to the destination <StrArray> that stores the unique items.

Examples

Copy Text To Clipboard

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