-
Question in passing elements of 2 same-length lists by ‘each’ keyword
Hello all,
Is it possible to pass elements of 2 same-length lists by ‘each’ keyword in the same time? In my case, list 1 is a nested list of lists, and list 2 contains index of the element on each row in list 1, so I would like to do something like:
{[e1;e2] e1[e2] : new values } [ ; ] each list1,list2
Is there any simple way to do so?
Thanks very mush.
Jacky
Log in to reply.