Removes the item at the specified index in a pipebar delimited list (|).
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.
Rule | Result |
---|---|
ListRemoveIndex("A|B|C|D|E|F",3) | This will return "A|B|D|E|F" |