User Tools

Site Tools


xrpl:getlistelement

Differences

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

Link to this comparison view

xrpl:getlistelement [2019/03/03 22:57] – created Karsten75xrpl:getlistelement [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
- 
-=====  GetListElement   ===== 
- 
-^Arguments^Result^Notation^ 
-|list int| value| [list int- value] | 
- 
- 
-=== Description === 
-Returns the value at the specified index of a list. Lists are indexed from zero.  
-  
-If a list is stored in a variable, this can be abbreviated to <-list[<-index].  
- 
-=== Examples === 
-<code>Split("1,2,3,4,5,6" ",") ->list  
-0 6 do  
-    Trace (<-list I GetListElement)  
-    Trace (<-list[I])  
-loop  
-</code> 
  
xrpl/getlistelement.1551653831.txt.gz · Last modified: 2025/02/14 14:56 (external edit)