Writing to a Text File

上一篇 / 下一篇  2010-03-31 00:15:03 / 个人分类:VBScript

There are actually three different ways you can write to files. These methods are described in Table 6-4.

Table 6-4. Methods used to write to files

Method

Use

Write

Writes to the file without appending the carriage return. (With the carriage return, you might recall, the insertion point is moved to the beginning of the next line.)

WriteLine

Writes to the file and includes a carriage return and a line feed at the end of the line.

WriteBlankLines(n)

Writes blank lines to the file. The placeholder (n) specifies the number of lines to write.


TAG:

 

评分:0

我来说两句

Open Toolbar