43 lines
1.4 KiB
HTML
43 lines
1.4 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng18196.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng18851.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>LINE INPUT# Read Line from File, Ignoring Delimiters</B>
|
|
|
|
<B>LINE</B> <B>INPUT</B> <B>#</B> <U>filenum</U>, <U>stringvar</U>
|
|
|
|
Assigns a line of input (up to 255 characters) from a sequential file
|
|
or device to a string variable.
|
|
|
|
<U>filenum</U> The number under which the file was opened.
|
|
|
|
<U>stringvar</U> The name of a string variable that will receive input.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> LINE INPUT # treats all commas and quote marks as part of
|
|
the input string. Input is terminated by a carriage
|
|
return-line feed pair (the carriage return and line feed
|
|
are included in the string variable assignment).
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng141ee.html">INKEY$</A>
|
|
<A HREF="ng157f1.html">INPUT$</A>
|
|
<A HREF="ng148c5.html">INPUT</A>
|
|
<A HREF="ng151dd.html">INPUT #</A>
|
|
<A HREF="ng18196.html">LINE INPUT</A>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|