FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Somone could use hb_fuse()hb_feof() from contrib\libmisc.lib
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Somone could use hb_fuse()hb_feof() from contrib\libmisc.lib
Posted: Fri May 09, 2008 08:45 AM

Hi,
I found , harbour\contrib\libmisc.lib hb_feof() always return .t.
28.txt file as :
line1 239845 2006-12-28 06:19:06 03 0
line2 659532 2006-12-28 06:21:08 03 0
line3 928440 2006-12-28 07:24:28 03 0
line4 938007 2006-12-28 07:24:28 03 0

hfile:=hb_Fuse("a28.txt")
?hb_feof()
// .t.

?hb_freadln()
//line1 239845 2006-12-28 06:19:06 03 0

hb_fskip(1)
?hb_freadln()
//line2 659532 2006-12-28 06:21:08 03 0

Best regards!

Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Somone could use hb_fuse()hb_feof() from contrib\libmisc.lib
Posted: Sun May 11, 2008 11:40 PM

Summing,

Try with FWH Class TTxtFile

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Somone could use hb_fuse()hb_feof() from contrib\libmisc.lib
Posted: Mon May 12, 2008 01:00 AM

Antonio,
Thank you !
Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651

Continue the discussion