Hello,
I have the following problem (GAP3). When printing a
long string to a file using the function PrintTo, the
string is broken at a certain length and a "\" is inserted.
It looks like: (this was a single string)
246810121416182022242628303234363840424446485052545658606264666870727476788082\ 848688909294969810010210410610811011211411611812012212412612813013213413613814\ 014214414614815015215415615816016216416616817017217417617818018218418618819019\ 2194196198200
How can I avoid the line-breaking or at least the insertion of
backslashes?
Thanks, Markus