Swiftybase
Function StackList

Remove From List

Remove an element from a list.

Config

  • Result As: The referenced list value. The result will be assigned back to it.
  • Index: The index of the element to remove.
  • Index Direction: If checked, interprets the index from the end of the list (e.g., -1 is the last item).

On this page