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

 

VBScript TextStream Object WriteBlankLines Method

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

Syntax: VBScript TextStream Object WriteBlankLines Method

object.WriteBlankLines(lines)

Arguments: VBScript TextStream Object WriteBlankLines Method

object

The name of a TextStream object.

lines

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

Remarks: VBScript 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.