====== Line ====== Property of [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ===== Description ===== Read-only property that returns the current line number in a TextStream file ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== var Line = WshTextStream.Line; ==== Visual Basic Script ==== Line = WshTextStream.Line ==== C++ ==== long Line; HRESULT hr = WshTextStream.get_Line(&Line); ===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~