| Author |
Comment/Response |
Simon
|
09/09/08 5:32pm
I have created the following list:
lst = {{{1, 2, 3}, 4}, {{1, 2, 3}, 4}, {{1, 2, 3}, 4}, {{1, 2, 3}, 4}}
and exported
Export["lst.dat", lst]
and then I imported again
Import["lst.dat"]
and I get the very strange
{{"{1,", "2,", "3}", 4}, {"{1,", "2,", "3}", 4}, {"{1,", "2,", "3}",
4}, {"{1,", "2,", "3}", 4}}
Any ideas???
Thanks
Simon
URL: , |
|