Difference Data Member Function

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

Prototype

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

Parameters

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

Examples

Copy Text To Clipboard

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