|
Writes a specified string and newline character to a TextStream file.
object.WriteLine([string])
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.
For Windows systems, WriteLine uses <CR><LF> as the newline character. On UNIX systems, WriteLine uses <LF>.
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.