User Tools

Site Tools


xrpl:prependtolist

This is an old revision of the document!


  ///***
  ///# PrependToList    
  ///
  ///PrependToList ( <-list item)
  ///
  ///## Description 
  ///Adds a value to the beginning of a list. Any values previously stored in the list are shifted up by one. 
  ///
  ///## Examples  
  ///```
  ///Split("1,2,3,4,5,6" ",") ->list 
  ///PrependToList( <-list 0) 
  ///Trace(<-list) 
  ///``
  ///***
xrpl/prependtolist.1551659402.txt.gz ยท Last modified: 2019/03/03 19:30 by Karsten75