Post Reply 
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")
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: what is the easiest way to AND two lists? - Didier Lachieze - 11-07-2015 07:31 AM



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