Description
Read a line from a sequential file into a string variable.
Syntax
s = FILE_LineInput(FileID)
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
FileID |
Number |
No |
A previously open file handle |
Remarks
File must be opened for INPUT. See FILE_Open.
Restrictions
See also
Examples