WriteLine Method

 Object: TextStream
 Syntax: WriteLine ([in, optional] string)
 Description: This method writes the specified text string, followed by a <CR><LF>, to the file at the current file cursor location. If no string is specified, a single blank line is written to the file.

 

Previous Page Next Page