Posts: 3,283
Threads: 104
Joined: Jul 2005
Eddie,
you can GET from a {list} or a [vector] and you can EVAL any quoted 'name'. In algebraic notation 'L(index)' gets the indexed value from a list (You probably need to EVAL to see a result.)
Posts: 2,247
Threads: 200
Joined: Jun 2005
Indect addressing apepared in earlier HP calculator that had numbered registered and labels. Today, the HP33s has indirect addressing that works with the single-letter memory registers and labels. The graphics calculators don't have it since they support named variables. As the other comments pointed out, you can access specific elements in lists in a manner similar to accessing array elements in regular programming languages.