Skip to main content

Remove element from list at position

This will remove the value from the list variable with the given name at the position given. This is 0 indexed, meaning the first element would be position 0, not 1.

Parameters

  • List name (text)
  • Position (number)

Output

The removed value