| Author |
Comment/Response |
Augustus
|
12/29/12 11:26am
Hi
I've got two lists of the following format:
{{2011, 11, 16}, {2011, 11, 17}, {2011, 11, 18}, {2011, 11, 21}} and {{8.98, 8.98, 8.75, 8.9}, {8.8, 9.45, 8.8, 9.24}, {9.17, 10.07, 9.16,
10.05}, {9.9, 10.25, 9.79, 10.04}}
How can I do to get the out like this-{{{2011, 11, 16},{8.98, 8.98, 8.75, 8.9}},{{2011, 11, 17},{8.8, 9.45, 8.8, 9.24}},{{2011, 11, 18},{9.17, 10.07, 9.16,10.05}},{{2011, 11, 21},{9.9, 10.25, 9.79, 10.04}}}
Thanks,
Augustus.
URL: , |
|