| Line | ใช้คืนค่าตำแหน่งของแถว ที่ cursor ชี้อยู่ (นับจากต้นไฟล์) |
|---|
property:Line
return type:Number
content:ใช้คืนค่าตำแหน่งของแถว ที่ cursor ชี้อยู่ (นับจากต้นไฟล์)
example:Set fsystem = CreateObject ( “Scripting.FileSystemObject” ) Set tstream = fsystem.OpenTextFile ( “bamboo.txt”, 2, true, 0 ) Dim position_line = tstream.Line