When I do
{{RandomReal(), RandomReal()}, {RandomReal(), RandomReal()}} >>>"exp27.m"; Import("exp27.m", All)
I got
{{}, {{{0.137023, 0.445979}, {0.848795, 0.15555}}}, {HoldComplete({{0.137023, 0.445979}, {0.848795,
0.15555}})}, {{{0.137023, 0.445979}, {0.848795, 0.15555}}}}
only the second element is what I want, is it possible to avoid having the first element {}, the third element (HoldComplete) and the last element, which is just a copy of the second element? Many thanks.