FindUnique Data Member Function

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

Prototype

int32 FindUnique( StrList src, StrList dst )

Parameters

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

Examples

Copy Text To Clipboard

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