Product Site

5.2.4.2. arrayIn

Returns an Array that contains the data of the receiving Stream, starting from the current read position. If LINES is specified, the Array items returned are the Stream's lines, that were separated with any line-end indicator. LINES is the default. If CHARS is specified, the Array items returned are the Stream's characters.

If you have used the charIn method, the first line can be a partial line.