Home Search

DriveWorks Pro 21
SppStringFilter

Send Feedback

SppStringFilter

Returns a pipebar (|) delimited string based on filtering an existing Pipebar (|) delimited string

Syntax

SppStringFilter([String To Filter],[Filter Text],[Show Duplicates])

Where:

String To Filter is a Pipebar (|) delimited string.

Filter Text is the text that will be searched for when filtering.

(Optional) TRUE to show duplicates, FALSE (default) to ignore.

Example

RuleResultMeaning
SppStringFilter("A|B|C|B|A","A",TRUE)A|AWill return a pipebar delimited string containing the filtered results.