This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:setlistelementrpn [2016/12/02 23:33] – external edit 127.0.0.1 | prpl:setlistelementrpn [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <- [[.: | + | <- [[.: |
- | ===== | + | ===== |
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | | | | [ - ] | | + | | value list position |
=== Description === | === Description === | ||
+ | Stores a value at the specified index of a list. The previously stored value is overwritten. | ||
+ | |||
+ | " | ||
=== Examples === | === Examples === | ||
- | < | + | < |
- | i1 = GetIntFromStack(); | + | # value, list, index |
- | list1 = GetListFromStack(); | + | " |
- | if (stack.Count > 0) { d1 = stack.Pop(); | + | |
- | + | ||
</ | </ | ||