User Tools

Site Tools


crpl:docs:appendtolist

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:appendtolist [2013/07/29 10:29] – created thepenguincrpl:docs:appendtolist [2021/02/05 11:44] (current) – Rmoved discussion tag Karsten75
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#lists|Lists]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#lists|Lists]]
 =====  AppendToList  ===== =====  AppendToList  =====
Line 6: Line 6:
 | List, Value |None| ''L1 n1 -- '' | | List, Value |None| ''L1 n1 -- '' |
  
 +Inserts n1 at the end of L1
  
 === Description === === Description ===
Line 13: Line 14:
 #This is equivalent to "<-list01 <-list01 GetListCount "hello" SetListElement" #This is equivalent to "<-list01 <-list01 GetListCount "hello" SetListElement"
 </code> </code>
 +Sample ''list01'':\\
 +0 - foo\\
 +1 - bar
 +
 +Sample ''list01'' after AppendToList command:\\
 +0 - foo\\
 +1 - bar\\
 +2 - hello
 +
crpl/docs/appendtolist.1375108157.txt.gz · Last modified: 2014/10/01 15:02 (external edit)