is present in a string. Next, it's outputString in i-output.boot that
needs a little tweaking for me. In fact, I've bypassed the part of the
code that breaks lines.

Well, you could set the output length to the maximum.

)set output length 245

There is also another option use Format2D.

)set output algebra off
)set output formatted on
LOFC ==> List(OutputFormatterCategory)
setFormats!([Formatter Format2D] pretend LOFC)$FormattedOutput
pile(["long string", "another long string"])$OutputForm

If you do not want to see quotes, then convert to Symbol.

pile(["long string"::Symbol, "another long string"::Symbol])$OutputForm

Format2D should work reasonably well maybe sometimes even better than i-output.boot, but it never breaks lines.
You can consider that a weakness. And it is.

To switch it off again, say

)set output formatted off
)set output algebra on

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/b88868ac-c8f2-4709-9a3e-ab078ad5a3b2%40hemmecke.org.

Reply via email to