Skip to content

Remove from List

Type: list-remove-at  ·  Package: Collections Activities v1.0.0

Removes the element that is at a specific position in the list. The indices start at 0.

Removes the element at position index from list. The elements that were after are moved one position.

ParameterEditorDescription
listexpressionThe list.
indexexpressionIndex of the element to delete (base 0).
Remove from List list = = nombres index = 0 // elimina el primero