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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Returning multiple numbers onto the stack - Jm9301 - 10-30-2014, 02:42 PM
RE: Returning multiple numbers onto the stack - Tim Wessman - 10-30-2014, 03:06 PM
RE: Returning multiple numbers onto the stack - Jm9301 - 10-30-2014, 06:05 PM
RE: Returning multiple numbers onto the stack - jayhawk - 11-10-2014, 03:37 PM
RE: Returning multiple numbers onto the stack - Han - 11-10-2014 04:23 PM
|
User(s) browsing this thread: 2 Guest(s)