print, sprint, etc.



Hi,

output of many computations is printed in the following format :

79 chars + # + [blank line] + 79 chars + # + [blank line]

eg. just type fpprec:400$bfloat(%pi);

for such results, I would like to get exactly the same as

fpprec:400$sprint(bfloat(%pi))$

which means: no # at the end of lines, no carriage returns.

Is there a variable I could set in order to have my results in that way
for cases where # appears ; I am happy with output of big arrays or of
thinks like sum(fib(n)*x^n,n,0,40);    ;-)

Regards,

-- 
Thomas Baruchel
  Home Page: http://baruchel.free.fr/~thomas/