LibreOffice 7.1 Hjelp
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.
Ved hjelp av uttrykket Line Input# kan du lesa strengar frå ei open fil inn i ein variabel. Strengvariablane vert lesne linje for linje fram til det første retur (Asc=13) eller linjeskiftet (Asc=10). Merke for linjeslutt vert ikkje teke med i resultatstrengen.