Thomas Friedrichsmeier schrieb: > Another option would be to add a parameter "bool strip_linebreaks=true" to > readLines(), but I'm not clear on whether this sort of API change is still > acceptable. Ideas? Add a new (non-virtual, to stay BIC) function readLineOrPiece() that does not strip the new-line character? -- Hannes