Previous PageNext Page

7.25.12 WriteBlankLines Method

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

Syntax

object.WriteBlankLines(lines)

Arguments

object
The name of a TextStream object. Required.
lines
The number of newline characters you want to write to the file. Required.

Remarks

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

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page