Post Reply 
Indirect Storage (STO IND) ELI5 what and why?
03-14-2021, 06:05 PM
Post: #6
RE: Indirect Storage (STO IND) ELI5 what and why?
(03-14-2021 05:59 PM)DM48 Wrote:  What is it in 48G land?

The 48G has various commands like GET, GETI, PUT, and PUTI for reading or writing list and matrix elements, and the indexes you use might come from other variables. But the RPL stack works a bit differently, and there isn't really the same STO IND concept. Rather, you put a name object on the stack, e.g. 'MYVAR', and then execute STO or RCL, which then uses that name. So you could have a name stored in a variable, or use various mechanisms to convert a string to a name and use that.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Indirect Storage (STO IND) ELI5 what and why? - Dave Britten - 03-14-2021 06:05 PM



User(s) browsing this thread: 3 Guest(s)