This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:insertlistelement [2021/03/02 18:04] – Karsten75 | 4rpl:commands:insertlistelement [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | 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 ===== |