User Tools

Site Tools


4rpl:commands:insertlistelement

Differences

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

Link to this comparison view

Next revision
Previous revision
4rpl:commands:insertlistelement [2021/01/08 16:01] – external edit 127.0.0.14rpl:commands:insertlistelement [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-<=[[4rpl:start| Index]]+<=[[4rpl:start| Index]] \\ 
 +<=[[4rpl:start#lists| Lists]]
  
 ====== 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 =====
4rpl/commands/insertlistelement.1610121708.txt.gz · Last modified: 2025/02/14 14:56 (external edit)