Writeln Method

Object List

Defined By:
TextFile

Description:

Write a line of text to the text file, followed by a carriage return.

Declaration:

Sub Writeln(Text As String)

Details:

Text is the string you want to write to the file. A carriage return is automatically appended to the end of your string.