Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>line input# read line from file, ignoring delimiters</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LINE INPUT#              Read Line from File, Ignoring Delimiters

 LINE INPUT # filenum, stringvar

    Assigns a line of input (up to 255 characters) from a sequential file
    or device to a string variable.

     filenum    The number under which the file was opened.

   stringvar    The name of a string variable that will receive input.

   ----------------------------------------------------------------------

      Notes:    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).

See Also: INKEY$ INPUT$ INPUT INPUT # LINE INPUT

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson