Previous PageNext Page

8.12.13 WriteLine Method

Writes a specified string and newline character to a TextStream file.
 

Syntax

object.WriteLine([string])

Arguments

object
The name of a TextStream object. Required.
string
The text you want to write to the file. If omitted, a newline character is written to the file. Optional.

Remarks

For Windows NT systems, WriteLine uses <CR><LF> as the newline character. On UNIX systems, WriteLine uses <LF>.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page