Hi,

There is a difference in the name of function
betwen hbnf and original nanfor.lib (as far xharbour version)

This function is defined in w file /contrib/hbnf/fttext.c
 * $Id: fttext.c 13880 2010-02-15 14:12:56Z druzus $

 described as FT_FWRITELN
 
     *     FT_FWRITELN()
     *  $CATEGORY$
     *     File I/O
     *  $ONELINER$
     *     Write a line to the currently selected text file
     *  $SYNTAX$
     *
     *     FT_FWRITELN( < cData >, [ < lInsert > ] ) -> lSuccess

 but defined as FT_FWRITEL  (without 'N' on the end)
  
 HB_FUNC( FT_FWRITEL )
 {
   const char * theData  = hb_parc( 1 );
   int      iDataLen = hb_parclen( 1 );
   int      lInsert  = hb_parl( 2 );
   int      err;

Is this intentional or  should be corrected ??

-- 
Best regards,
 Jacek Kubica


_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to