User Tools

Site Tools


xrpl:prependstacktolist

This is an old revision of the document!


PrependStackToList

ArgumentsResultNotation
list [list-]

Description

Adds all values on the stack to the beginning of a list. Any values previously stored in the list are shifted up.

Examples

Split("1,2,3,4,5,6" ",") ->list 
Split("1,2,3,4,5,6" ",") <-list PrependStackToList 
Trace(<-list) 
xrpl/prependstacktolist.1551655838.txt.gz ยท Last modified: 2025/02/14 14:56 (external edit)