what is the easiest way to AND two lists?
|
11-07-2015, 07:31 AM
(This post was last modified: 11-07-2015 07:44 AM by Didier Lachieze.)
Post: #2
|
|||
|
|||
RE: what is the easiest way to AND two lists?
I don't know if it's the easiest way but :
L1:={"text1","text2"} L2:={0,1} EXECON("IFTE(&2,&1,CHAR(0))",L1,L2) will return {"","text2") |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
what is the easiest way to AND two lists? - StephenG1CMZ - 11-06-2015, 10:31 PM
RE: what is the easiest way to AND two lists? - Didier Lachieze - 11-07-2015 07:31 AM
RE: what is the easiest way to AND two lists? - StephenG1CMZ - 11-09-2015, 06:36 PM
|
User(s) browsing this thread: 1 Guest(s)