How do I decompose a list with the HP Prime.



Post: #2

Hi guys.

Been a while since I've posted here...hope everyone is doing well.
One quick question if I may: how does one de-compose a list with the HP Prime. (on the 50G this would be the OBJ-> command.) I'm looking to put the elements into separate stack levels on the home screen in RPN mode.

Thanks, Hal


Post: #3

I have a similar question. I want to assign the list contents to separate variables of the same type.


Post: #4

Access is direct, by calling the index as the argument.

So, { . . . } (1)

or

{ . . . } (2) etc.

Good luck!


Post: #5

There is no way to return more than one value to the RPN stack in one go, at least not with the built-in programming language.

Post: #6

You have not command to play with RPN stack.

Your function can only take parameters from stack and give 1 answer.


Forum Jump: