HP Forums
LIST-> or OBJ-> - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: LIST-> or OBJ-> (/thread-3451.html)



LIST-> or OBJ-> - John Colvin - 03-21-2015 09:21 PM

This may have been answered on this forum before but my search failed to come up with anything. Is there a way to decompose a list into its components and place them on the stack in RPN mode like the HP50( LIST-> or OBJ->)? I don't think the Prime has an equivalent command. I was thinking about writing a program that would do this but my understanding is that Prime will only return one item upon completion, such as a list.

If anyone knows a way to accomplish delisting on the Prime, either by command or program, please tell me.


RE: LIST-> or OBJ-> - rprosperi - 03-21-2015 09:41 PM

(03-21-2015 09:21 PM)John Colvin Wrote:  This may have been answered on this forum before but my search failed to come up with anything. Is there a way to decompose a list into its components and place them on the stack in RPN mode like the HP50( LIST-> or OBJ->)? I don't think the Prime has an equivalent command. I was thinking about writing a program that would do this but my understanding is that Prime will only return one item upon completion, such as a list.

If anyone knows a way to accomplish delisting on the Prime, either by command or program, please tell me.

Sadly, this is missing from Prime, and there is no way to accomplish this with PPL, so it severely limits the ability use RPN since lists are the only way to pass multiple items back from PPL. Hopefully this will come in a future firmware update.