User Tools

Site Tools


xrpl:appendstacktolist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

xrpl:appendstacktolist [2019/03/03 21:12] – created Karsten75xrpl:appendstacktolist [2021/03/24 15:51] (current) – removed Karsten75
Line 1: Line 1:
- 
-=====  AppendStackToList   ===== 
- 
-^Arguments^Result^Notation^ 
-| [???]* List | | [ ?* list - ] | 
- 
- 
-=== Description === 
-Adds all values on the stack to the end of a list. The order of the values will be reversed. 
- 
-Note that the stack will be empty after this call, so think before using it in functions. 
- 
-=== Examples === 
-<code>Split("1,2,3,4,5,6" ",") ->list  
-Split("1,2,3,4,5,6" ",") <-list AppendStackToList  
-Trace(<-list)  
-</code> 
  
xrpl/appendstacktolist.1551647541.txt.gz · Last modified: 2025/02/14 14:56 (external edit)