Post Reply 
expanding list to objects
06-20-2016, 07:35 PM (This post was last modified: 06-20-2016 07:51 PM by Didier Lachieze.)
Post: #13
RE: expanding list to objects
(06-20-2016 07:21 PM)John Colvin Wrote:  Your program does not decompose the list. It only converts the list into a string - {1 2 3} -> "1 2 3". Now we need OBJ-> to decompose the string to individual stack values.

Did you try it? It works for me both on the real calculator and the emulator.

With {1,2,3} on stack level 1, pressing [Shift] [User] [Shift] [8] puts 1 2 3 on the command line :
   
then pressing [ENTER] puts each element on a different stack level :
   
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 - Didier Lachieze - 06-20-2016 07:35 PM
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



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