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

 

JScript TextStream Object WriteBlankLines Method

Writes a specified number of newline characters to a TextStream file.

Syntax: JScript TextStream Object WriteBlankLines Method

object.WriteBlankLines(lines)

Arguments: JScript TextStream Object WriteBlankLines Method

object

The name of a TextStream object. Required.

lines

The number of newline characters you want to write to the file. Required.

Remarks: JScript TextStream Object WriteBlankLines 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.