Line Input # Statement

  1. Line Input # filenumber and name

Reads a line from a sequential file into a String or Variant variable.

The parameter filenumberis used in the open statement to open the file. The parameter name is the name of a variable used to hold the line of text from the file.

Related Topics:

Open

More:

Example - Line Input # Statement