Skip to content
Prev 25892 / 398503 Next

readLines() *does not* change mode of connection

The `text' field is *not* the mode: look at your own output.

This is expected.  In your first output the connection has not been
opened.  You asked provisionally for a binary mode, but this is
provisional until the connection has actually been opened.
readLines does open the connection.

The fields of a connection are not documented.
On Sun, 1 Dec 2002, Vadim Ogranovich wrote: