Since I'm old fashioned, working on 16 bit issues yet

Nanfor toolkit library has a dozen of FT_F* modules for text file processing and many of them implemented by Harbour with HB_F* prefix.
I couldn't found an equivalent of FT_FWRITELN function in HB_* modules.
The problem is : whenever FT_FWRITELN write a line to a text file, add a pair of CHR( 0 ) to end of this line.
So, if you copying a text file to another one, new file will become larger ( line count * 2 bytes ) than original.
Any idea

Viva HMG
