◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── Reads data items from a sequential device or file and assigns them to variables. [LINE] INPUT #filenumber%, stringvariable$ ■ filenumber% Number specifying an open file ■ stringvariable$ Holds a line of characters entered from the keyboard or read from a file See Also ◄File I/O Commands► ◄INKEY$ Function► ◄INPUT Statement► ◄INPUT$ Function► ◄INPUTBOX$ Function► ◄LINE INPUT Statement► ◄LINE Statement►