LinePrint

This method writes a single line to an open sequential file.

Syntax

file.LinePrint output

Parameters

file
Reference to a File control.
output
String expression to write to a file.

Return Value

None.

Remarks

Data written with LinePrint is usually read from a file with LineInputString.

A carriage return/line feed (Chr(13) + Chr(10)) sequence is appended to the end of the string.