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

 

VBScript TextStream Object WriteLine Method

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

Syntax: VBScript TextStream Object WriteLine Method

object.WriteLine([string])

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

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.