Page 1 of 1

Protection in read-line

Posted: Fri Feb 22, 2008 4:40 pm
by Jeff
Lutz,

What is the built-in size-limit to read-line?

Posted: Sun Feb 24, 2008 1:35 pm
by Lutz
No limits for 'read-line', it reads into a growing string stream.

Lutz