TextStream.Write Method

Named Arguments

Yes

Syntax

oTextStreamObj.Write(Text)


oTextStreamObj

Use: Required

Data Type: TextStream object

Any object variable returning a TextStream object.


Text

Use: Required

Data Type: String

Any string expression to write to the file.

Description

Writes a string to the text file.

Rules at a Glance

The file marker is set at the end of string. As a result, subsequent writes to the file adjoin each other, with no spaces inserted. To write data to the file in a more structured manner, use the WriteLine method.

See Also

TextStream.WriteBlankLines Method, TextStream.WriteLine Method
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.119.229