User Tools

Site Tools


crpl:docs:appendtolist

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Lists

AppendToList

ArgumentsResultNotation
List, Value None L1 n1 –

Inserts n1 at the end of L1

Description

#appends the value "hello" to the end of list01
<-list01 "hello" AppendToList
#This is equivalent to "<-list01 <-list01 GetListCount "hello" SetListElement"
crpl/docs/appendtolist.1382552074.txt.gz · Last modified: 2025/02/14 14:56 (external edit)