ilines: Creates iterator over lines of connection/file
Description
Result of this function usually used in itoken function.
Usage
ilines(con, n, ...)
Arguments
con
connection object or a character string.
n
integer, the maximum number of lines to read per iteration.
Negative values indicate that one should read up to the end of the connection.
The default value is 1.