Home Search

DriveWorks Pro 21
SppRemoveItemFromList

Send Feedback

SppRemoveItemFromList

Removes an item in a list at a specified index.

Syntax

SppRemoveItemFromList([List],[Index])

Where:

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

Index is a number starting at 1 representing the index of the item to remove.

Example

RuleResultMeaning
SppRemoveItemFromList("A|B|C",2)A|CWill remove the second item from the list.