Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_flastre()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_FLASTRE()
 Get the no. of records in the currently selected text file
------------------------------------------------------------------------------

 Syntax

      FT_FLASTRE() -> nLastRecordNum

 Arguments

     None

 Returns

     An integer containing the number of records in the text file in
     the currently selected text file workarea, or zero if no file
     is currently open in the workarea.

 Description

     This function returns the number of the last record in a text file.

     A text file "record" is a line of text terminated by a CRLF pair.

 Examples

     FT_FUSE( "text.c" )
     ? FT_FLASTRE()

 Source: FTTEXT.C

 Author: Brice de Ganahl and Steve Larsen

See Also: FT_FUSE() FT_FRECNO()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson