| AtEndOfLine | ตรวจสอบว่าตำแหน่ง Cursor เกินจุดสิ้นสุดของบรรทัดหรือยัง (true = เกินแล้ว) |
|---|
property:AtEndOfLine
return type:boolean
content:ตรวจสอบว่าตำแหน่ง Cursor เกินจุดสิ้นสุดของบรรทัดหรือยัง (true = เกินแล้ว)
example:Set fsystem = CreateObject ( “Scripting.FileSystemObject” ) Set tstream = fsystem.OpenTextFile ( “bamboo.txt”, 2, true, 0 ) if ( tstream.AtEndOfLine ) { tstream.Close }