Home Search

DriveWorks Pro 21
SppRemoveTextFromList

Send Feedback

SppRemoveTextFromList

Removes an item in a list.

Syntax

SppRemoveTextFromList([List],[Item To Remove])

Where:

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

Item To Remove is the list item to remove.

Example

RuleResultMeaning
SppRemoveTextFromList("A|B|C|D","B")A|C|DWill return a list with the specified list item removed if it exists.