8.12.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.
- 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
|