March 2003
Intermediate to advanced
512 pages
14h 30m
English
TextStream.Write Method
oTextStreamObj.Write(Text)
oTextStreamObjUse: Required
Data Type: TextStream object
Any property or object variable returning a writable TextStream object.
TextUse: Required
Data Type: 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