This shows you the differences between two versions of the page.
xrpl:insertlistelement [2019/03/03 23:05] – created Karsten75 | xrpl:insertlistelement [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== InsertListElement | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | |list int value| | [list int value-] | | ||
- | |||
- | |||
- | === Description === | ||
- | Stores a value at the specified index of a list. The previously stored value, and all subsequent values have their indices shifted up by one. | ||
- | |||
- | === Examples === | ||
- | <code prpl> | ||
- | InsertListElement(< | ||
- | Trace(< | ||
- | </ | ||