The LINE INPUT statement is used to read the entire line or maximum of 255 characters from the keyboard or sequential data file. It accepts special characters such as commas, quotes, slashes and other, which the INPUT statement doesn't allow and store data only in string variable.
- Syntax:
- LINE INPUT # (file number), data
- Eg: LINE INPUT #1, N$