Is it possible to see full version of a Message
that got truncated? IE, I see something along the lines of 0.105309,0.394682,<<20>>,<<20
Quoting this link:
"When you do symbolic calculations, it is quite easy to end up with extremely complicated expressions. Often, you will not even want to see the complete result of a computation."
You can control your display using Short
.
Short[%, n]
will display n
lines of your previous result, so that could be what you need.
More info here.