Difference Data Member Function

Populates a <StrList> with the set-theoretic difference of two <StrList> objects.

Prototype

int32 Difference( StrList set_a, StrList set_b, StrList diff )

Parameters

Parameter Type Parameter Name Documentation
<StrList>set_aA pointer to the <StrList> containing the first set of items.
<StrList>set_bA pointer to the <StrList> containing the second set of items.
<StrList>diffA pointer to the <StrList> storing the difference.

Examples

Copy Text To Clipboard

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