Post Reply 
INTERSECT ?
10-28-2016, 03:26 PM
Post: #1
INTERSECT ?
Bonjour

INTERSECT({1,2,3,2},{0,2,3,2}) -> {2,3,2} OK 2 est répété dans chaque liste.
INTERSECT({1,2,3,2},{0,2,3,0}) -> {2,3,2} est-ce normal ? j'attendais {2,3}
INTERSECT({1,2,3,4},{2,2,3,0}) -> {2,3} OK pour moi
INTERSECT({2,2,3,0},{1,2,3,4}) -> {2,3,2} ce sont les mêmes listes ?

Merci d'avance

Hello

INTERSECT ({1,2,3,2}, {0,2,3,2}) -> {2,3,2} OK 2 is repeated in each list.
INTERSECT ({1,2,3,2}, {0,2,3,0}) -> {2,3,2} is this normal? I expected {2,3}
INTERSECT ({1,2,3,4}, {2,2,3,0}) -> {2,3} OK for me
INTERSECT ({2,2,3,0}, {1,2,3,4}) -> {2,3,2} are the same lists?

thank you in advance

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
INTERSECT ? - Tyann - 10-28-2016 03:26 PM
RE: INTERSECT ? - compsystems - 10-28-2016, 03:45 PM
RE: INTERSECT ? - compsystems - 10-28-2016, 08:00 PM
RE: INTERSECT ? - parisse - 10-29-2016, 06:24 AM
RE: INTERSECT ? - Tyann - 11-01-2016, 04:35 PM
RE: INTERSECT ? - compsystems - 11-03-2016, 11:01 AM
RE: INTERSECT ? - Tim Wessman - 11-02-2016, 02:12 PM
RE: INTERSECT ? - Tyann - 11-03-2016, 05:34 AM



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