Line Input# Statement

Reads a line from a sequential file into a variable.

Syntax:

Line Input Statement diagram


Line Input #fileNum, variable

Parameters:

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) 時停止。結果字串中不包含行尾標記。

Example:

Please support us!