| Read() | ใช้อ่านข้อมูลจากไฟล์ตาม จำนวนตัวอักษร ที่กำหนด |
|---|
property:Read ( num_char )
return type:String
content:ใช้อ่านข้อมูลจากไฟล์ตาม จำนวนตัวอักษร ที่กำหนด
example:Set fsystem = CreateObject ( “Scripting.FileSystemObject” ) Set tstream = fsystem.OpenTextFile ( “bamboo.txt”, 2, true, 0 ) Dim data = tstream.Read ( 10 )