This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:insertlistelement [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:insertlistelement [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
+ | < | ||
====== InsertListElement ====== | ====== InsertListElement ====== | ||
Line 7: | Line 8: | ||
===== Description ===== | ===== Description ===== | ||
Stores a value at the specified index of a list. The previously stored value, and all subsequent values have their indices shifted up by one. | Stores a value at the specified index of a list. The previously stored value, and all subsequent values have their indices shifted up by one. | ||
+ | |||
+ | Note that insertion beyond the current list size is not supported. Use [[AppendToList]] or [[Pushlist]] in that instance. | ||
===== Examples ===== | ===== Examples ===== |