help: divide a list into other two
|
05-19-2015, 10:01 PM
(This post was last modified: 05-19-2015 10:04 PM by Didier Lachieze.)
Post: #2
|
|||
|
|||
RE: help: divide a list into other two
This should work:
Code: flneg:=MIN(L1,0); flpos:=MAX(L1,0); You need to do it in two steps: flneg:=remove(0,MIN(L1,0)) doesn't work. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
help: divide a list into other two - salvomic - 05-19-2015, 09:23 PM
RE: help: divide a list into other two - Didier Lachieze - 05-19-2015 10:01 PM
RE: help: divide a list into other two - salvomic - 05-19-2015, 10:06 PM
RE: help: divide a list into other two - Didier Lachieze - 05-19-2015, 10:14 PM
RE: help: divide a list into other two - salvomic - 05-19-2015, 10:18 PM
RE: help: divide a list into other two - Didier Lachieze - 05-19-2015, 11:08 PM
RE: help: divide a list into other two - salvomic - 05-20-2015, 06:57 AM
|
User(s) browsing this thread: 1 Guest(s)