Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var EOL = WshTextStream.AtEndOfLine; </code>==== Visual Basic Script ==== <code vb> EOL = WshTextStream.AtEndOfLine </code>==== C++ ==== <code cpp> VARIANT_BOOL EOL; HRESULT hr = WshTextStream.get_AtEndOfLine(&EOL); </code>===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~