Post Reply 
expanding list to objects
06-20-2016, 09:32 PM (This post was last modified: 06-20-2016 09:33 PM by Tim Wessman.)
Post: #16
RE: expanding list to objects
Sorry to hijack slightly:

Part of the reason there is no OBJ-> equivalent is that there are no rpn type commands (stack acts as a scratchpad location for "stuff") available for programming. Also, there is only 128 size stack in RPN. There is the ->LIST menu item to make a list, but you can easily have a list with more then 128 items in it. Part of why there was no LIST-> menu item made was the question of "what happens if you have more then 128 items in your list? or doing LIST-> will cause the stack to overflow?"

The thinking was "make a list using ->LIST and then you can store it into a variable and access using accessory functions - eg var(<num>)"

Obviously, people don't like this since the question keeps coming up. However, the other question still remains which is "what should happen if splitting your list results in a stack overflow?"

I've started a thread with a poll to discuss this. http://www.hpmuseum.org/forum/thread-6436.html

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
expanding list to objects - poznavatelj - 06-16-2016, 01:58 PM
RE: expanding list to objects - DrD - 06-16-2016, 02:16 PM
RE: expanding list to objects - retoa - 06-20-2016, 07:36 AM
RE: expanding list to objects - roadrunner - 06-20-2016, 11:08 AM
RE: expanding list to objects - Stevetuc - 06-21-2016, 10:10 AM
RE: expanding list to objects - Joe Horn - 06-21-2016, 09:12 AM
RE: expanding list to objects - Wes Loewer - 06-21-2016, 09:13 AM
RE: expanding list to objects - Tonig00 - 06-19-2016, 07:05 PM
RE: expanding list to objects - Tim Wessman - 06-20-2016 09:32 PM



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