Line Input# Statement

Reads a line from a sequential file into a variable.

Синтаксис:

Line Input Statement diagram


Line Input #fileNum, variable

Параметри:

fileNum: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT.

variable: The name of the variable that stores the result.

За допомогою інструкції Line Input# можна читати рядки з відкритого файлу в змінну. Рядкові змінні зчитуються порядково до першого повернення каретки (Asc=13) або переведення рядка (Asc=10). Символи кінця рядка не включаються в результуючий рядок.

Приклад:

Будь ласка, підтримайте нас!