Post Reply 
Returning multiple numbers onto the stack
11-10-2014, 04:23 PM
Post: #5
RE: Returning multiple numbers onto the stack
In case it isn't already clear, you can access each individual element of the returned list via its index. For example, if L1:={10,20,30,40} then L1(1) would give you access to the value 10, and L1(3) would give you access to the value 30. I am of the opinion that this would actually be much easier to work with than dealing with the value's position in the stack.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Returning multiple numbers onto the stack - Han - 11-10-2014 04:23 PM



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