| ReadLine | ใช้อ่านข้อมูลจากไฟล์ ครั้งละ 1 บรรทัด |
|---|
property:ReadLine
return type:String
content:ใช้อ่านข้อมูลจากไฟล์ ครั้งละ 1 บรรทัด
example:Set fsystem = CreateObject ( “Scripting.FileSystemObject” ) Set tstream = fsystem.OpenTextFile ( “bamboo.txt”, 2, true, 0 ) Dim data = tstream.ReadLine