Writes a single line to an open sequential file.
file.LinePrint Output
The parts of the LinePrint statement syntax are described in the following table.
| Part | Description | 
|---|---|
| Output | String expression to write to a file. | 
Data written with LinePrint is usually read from a file with LineInputString.
A carriage return–linefeed (Chr(13) + Chr(10)) sequence is appended to the end of the string.