<p class="Paragraph">Line Input #FileNumber As Integer, Var As String <help:key-word value="Line" tag="kw66387_1" xmlns:help="http://openoffice.org/2000/help"/></p>
<p class="Paragraph">FileNumber: Number of the file from which data is ot be read. The file must have been opened in advance with the Open statement and the key word READ.</p>
<p class="Paragraph">var: The name of the variable used to store the result.</p>
<p class="Paragraph">With the <span class="T1">Line Input#</span> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string.</p>