May 1995
Beginner
508 pages
16h 14m
English
TextStream.Write Method
oTextStreamObj.Write(Text)
oTextStreamObj
Use: Required
Data Subtype: TextStream object
Any property or object variable returning a writable TextStream object.
Text
Use: Required
Data Subtype: String
Any string expression to write to the file.
W
Writes a string to the text file.
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.
Read now
Unlock full access