User Tools

Site Tools


4rpl:commands:removelistelement

Index
Lists

RemoveListElement

RemoveListElement(<-list, <-element)

Description

Removes an element from a list at a given position. Position are indexed from 0.

Elements after the removed one will be shifted towards the start of the list.

Examples

createlist ->list
"a" ->list[0]
"b" ->list[1]
"c" ->list[2]
RemoveListElement(<-list 1)  #["a", "c"]

Index

4rpl/commands/removelistelement.txt · Last modified: 2021/05/28 16:24 by WithersChat