WriteLine
Method of IWshTextStream
Description
Writes a specified string and newline character to a TextStream file
Parameters
- BSTR Text = "" (optional)
Syntax
JavaScript
WshTextStream.WriteLine(Text);
==== Visual Basic Script ====
WshTextStream.WriteLine Text
==== C++ ====
HRESULT hr = WshTextStream.WriteLine(Text);
===== See Also ===== IWshTextStream