Line

Property of IWshTextStream

Description

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

Property type

Read-Only Property of type long

Syntax

JavaScript

var Line = WshTextStream.Line;

Visual Basic Script

Line = WshTextStream.Line

C++

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

See Also

IWshTextStream