| Author |
Comment/Response |
Paul
|
09/20/10 9:24pm
I would like to combine these two lists:
{a,b,c,d}
{e,f,g,h}
to form this list:
{{a,e},{b,f},{c,g},{d,h}}
I essentially want to form pairs between each list: pair each 1st element together, pair each 2nd element together, etc...
Any help would be much appreciated. Thanks!
URL: , |
|