<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#lists|Lists]] ===== SetListElementRpn ===== ^Arguments^Result^Notation^ | value list position | | [ value list int - ] | === Description === 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|SetListElement]]. === Examples === # value, list, index "MyValue" <-list 3 SetListElementRpn