Microsoft® Visual Basic® Scripting Edition
WriteLine Method
| Language Reference 
| Home | Site Map |

 

See Also                    Applies to


Description
The WriteLine method writes a specified string to a file and appends a newline character.

Syntax

WriteLine [string]

The optional string argument is the text you want to write to a file. If omitted, a newline character is written to the file.

Remarks


© 1996 by Microsoft Corporation.