Home Search

DriveWorks Pro 21
ListRemoveItem

Send Feedback

ListRemoveItem

Removes all matching items from a pipebar delimited list (|) using a case sensitive comparison.

Syntax

ListRemoveItem[List],[Item],[Ignore Case])

Where:

List is the list to remove matching items from.

Item is the item remove from the list.

Ignore Case (Optional) is set TRUE to perform a case insensitive replacement of the matching items in the list.

Examples

RuleResult
ListRemoveItem("A|B|C|D|E|F","C")This will return "A|B|D|E|F"