====== AtEndOfLine ======
Property of [[:scripting:api:wsh-text-stream:start|IWshTextStream]]
===== Description =====
Returns true if the file pointer is positioned immediately before the end-of-line marker in a TextStream file; false if it is not. Read-only
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]**
===== Syntax =====
==== JavaScript ====
var EOL = WshTextStream.AtEndOfLine;
==== Visual Basic Script ====
EOL = WshTextStream.AtEndOfLine
==== C++ ====
VARIANT_BOOL EOL;
HRESULT hr = WshTextStream.get_AtEndOfLine(&EOL);
===== See Also =====
[[:scripting:api:wsh-text-stream:start|IWshTextStream]]
~~NOTOC~~