====== WriteLine ======
Method of [[:scripting:api:wsh-text-stream:start|IWshTextStream]]
===== Description =====
Writes a specified string and newline character to a TextStream file
===== Parameters =====
* [[scripting:api:data-type:BSTR|BSTR]] **Text** = %%""%% (optional)
===== Syntax =====
==== JavaScript ====
WshTextStream.WriteLine(Text);
==== Visual Basic Script ====
WshTextStream.WriteLine Text
==== C++ ====
HRESULT hr = WshTextStream.WriteLine(Text);
===== See Also =====
[[:scripting:api:wsh-text-stream:start|IWshTextStream]]
~~NOTOC~~