Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript TextStream Object WriteLine Method

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

Syntax: JScript TextStream Object WriteLine Method

object.WriteLine([string])

Arguments: JScript TextStream Object WriteLine Method

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: JScript TextStream Object WriteLine Method

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

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.