This shows you the differences between two versions of the page.
xrpl:removelistelement [2019/03/04 00:56] – created Karsten75 | xrpl:removelistelement [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== RemoveListElement | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | | list position | | [ list int - ] | | ||
- | |||
- | |||
- | === 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 === | ||
- | < | ||
- | " | ||
- | <-list 1 RemoveListElement # | ||
- | </ | ||