Home Search

DriveWorks Pro 21
ListRemoveIndex

Send Feedback

ListRemoveIndex

Removes the item at the specified index in a pipebar delimited list (|).

Syntax

ListRemoveItem[List],[Item])

Where:

List is the list to remove the item from.

Item is the index of the item to remove from the list.

Examples

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