CopyUnique Data Member Function

Copies all strings from the source to destination that are not already found in the destination.

Prototype

int32 CopyUnique( StrList p_slSource )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slSourceA pointer to the source <StrList>.