This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| xrpl:deepcopylist [2019/03/03 21:38] – Karsten75 | xrpl:deepcopylist [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | =====  DeepCopyList  | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | | original | copy | [ list - list ] | | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Creates a copy of a list with the same contents. Unlike [[.: | ||
| - | |||
| - | === Examples === | ||
| - | < | ||
| - | Split(" | ||
| - | Split(" | ||
| - | <-list < | ||
| - | |||
| - | <-list CopyList -> | ||
| - | <-list DeepCopyList -> | ||
| - | SetListElement(< | ||
| - | SetListElement(< | ||
| - | |||
| - | Trace(< | ||
| - | Trace(< | ||
| - | Trace(< | ||
| - | </ | ||