This shows you the differences between two versions of the page.
xrpl:appendtolist [2019/03/03 21:13] – created Karsten75 | xrpl:appendtolist [2021/03/24 15:13] (current) – removed Karsten75 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== AppendToList | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | |list value| | [list value-] | | ||
- | |||
- | |||
- | === Description === | ||
- | Adds a value to the end of a list. | ||
- | |||
- | === Examples === | ||
- | <code prpl> | ||
- | AppendToList( <-list 7) | ||
- | Trace(< | ||
- | </ | ||