Copies all strings from the source to destination that are not already found in the destination.
int32 CopyUnique( StrList p_slSource )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrList> | p_slSource | A pointer to the source <StrList>. |
None published. Please look for an example in the Simdify Scripting Language code base.