Довідка LibreOffice 24.8
Reads a line from a sequential file into a variable.
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). Символи кінця рядка не включаються в результуючий рядок.