Home Search

DriveWorks Pro 21
SppCompareListsForDifferences

Send Feedback

SppCompareListsForDifferences

Returns a sorted pipebar (|) delimited string of values in List A but not in List B.

Syntax

SppCompareListsForDifferences([List A],[List B])

Where:

List A is a pipebar (|) delimited list of items as a string.

List B is a pipebar (|) delimited list of items as a string.

Example

RuleResultMeaning
SppCompareListsForDifferences("1|2|3","2|6")1|3Will return a pipebar (|) delimited list of all the differences from the two lists.