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