trus maksud anda apa? klu dilihat kayaknya setiap kali anda mengisi ke file hasilhex.txt dari file hasilhex.txt yang tersimpan data terbaru sedangkan data yang lama tertumpuk On Thu, 3 Nov 2005 06:13:27 -0800 (PST) b-l wiwit <[EMAIL PROTECTED]> wrote: > Halo....saya ada masalah nih dengan pambacaan file, > saya punya coding seperti ini : > > Dim baru As String > Open "F:\reshex3.txt" For Input As #1 > Open "F:\hasilHex2.txt" For append As #2 > > Do Until EOF(1) > Line Input #1, baru > Print #2, baru > Loop > > Close #1 > Close #2 > > Yang jadi masalah file reshex3.txt berukuran 165 KB > sedangkan file keluarannya (hasilhex.txt) hanya > sebesar kurang lebih 23.5 KB...kemana sisanya??? > apakah fungsi line input hanya bisa membaca sebagian > file saja??? saya sudah coba dengan cara apapun > menggunakan line input, hasilnya sama saja yaitu file > keluaran tidak sama seperti aslinya....mohon > bantuannya > > Thanks, PusHm0v > > > > __________________________________ > Yahoo! FareChase: Search multiple travel sites in one >click. > http://farechase.yahoo.com > > > ------------------------ Yahoo! Groups Sponsor > > Untuk keluar dari millis ini, kirim email kosong ke: > [EMAIL PROTECTED] > > > Yahoo! Groups Links > > > > > >
======================================================================================== Ikuti Kuis Ramadhan bersama TelkomNet Instan dari 12 Oktober s.d 2 Nopember 2005 di http://www.plasa.com/jatim dan dapatkan hadiah setiap minggunya ! (khusus Jawa Timur) ======================================================================================== ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/k7folB/TM --------------------------------------------------------------------~-> Untuk keluar dari millis ini, kirim email kosong ke: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Programmer-VB/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
