[<<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 not included in the string variable assignment).

See Also: INKEY$ INPUT$ INPUT INPUT # LINE INPUT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson