This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:setlistelementrpn [2021/01/14 15:34] – created Sanian | 4rpl:commands:setlistelementrpn [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | < | + | < |
+ | < | ||
====== SetListElementRPN ====== | ====== SetListElementRPN ====== | ||
- | SetListElement(<-value <-list <-index) | + | SetListElementRPN(<-value <-list <-index) |
===== Description ===== | ===== Description ===== | ||
Line 10: | Line 11: | ||
If a list is stored in a variable, setting a value in it can be abbreviated to ''< | If a list is stored in a variable, setting a value in it can be abbreviated to ''< | ||
+ | |||
+ | For doing the same thing but with arguments in order of **list**, **index**, **value**, see [[4rpl: | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | Split(" | + | 1 2 3 4 5 6 ListN(6) -> |
- | Split(" | + | 1 2 3 4 5 6 ListN(6) ->list2 |
0 ->index | 0 ->index |