This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:insertlistelement [2013/08/22 07:34] – removed Grauniad | crpl:docs:insertlistelement [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | <- [[crpl: | ||
+ | ===== InsertListElement | ||
+ | |||
+ | ^Arguments^Result^Notation^ | ||
+ | | List, Index, Value |None| '' | ||
+ | |||
+ | |||
+ | === Description === | ||
+ | Inserts the value '' | ||
+ | === Examples === | ||
+ | < | ||
+ | #Inserts the value of 5 at element #3 of list01 | ||
+ | <-list01 2 5 InsertListElement | ||
+ | </ | ||
+ | Sample list '' | ||
+ | 0 - 100\\ | ||
+ | 1 - 105\\ | ||
+ | 2 - 110\\ | ||
+ | 3 - 115 | ||
+ | |||
+ | Sample list '' | ||
+ | 0 - 100\\ | ||
+ | 1 - 105\\ | ||
+ | 2 - 5\\ | ||
+ | 3 - 110\\ | ||
+ | 4 - 115 | ||