<- PRPL reference <- Lists
Arguments | Result | Notation |
---|---|---|
value list position | [ value list int - ] |
Stores a value at the specified index of a list. The previously stored value is overwritten.
“Rpn” probably stands for “Reversed PositioN”, because the arguments are in different order than in SetListElement.
# value, list, index "MyValue" <-list 3 SetListElementRpn