7.25.13 WriteLine Method

Writes a specified string and newline character to a TextStream file.
Syntax
object.WriteLine([string])
Arguments
- 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
For Windows NT systems, WriteBlankLines uses <CR><LF> as the newline character. On UNIX systems, WriteBlankLines uses <LF>.
Copyright © 2000 Chili!Soft
|