scripting:api:wsh-text-stream:line

Line

Property of IWshTextStream

Read-only property that returns the current line number in a TextStream file

Read-Only Property of type long

var Line = WshTextStream.Line;

==== Visual Basic Script ====

Line = WshTextStream.Line

==== C++ ====

long Line;
HRESULT hr = WshTextStream.get_Line(&Line);

===== See Also ===== IWshTextStream