[Tutor] Lists...

Andrew Wilkins toodles@yifan.net
Thu, 31 May 2001 10:36:10 +0800


Hi people,

Is there a way of returning the intersection of two lists?
Eg. [1,2,'3',4.0,'x'] & [1,8,'3',9,10,'x'] to return [1,'3','x']

Andrew Wilkins